1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add srs memory watcher.

This commit is contained in:
winlin 2015-06-07 15:14:25 +08:00
commit ca535fdb93

View file

@ -192,8 +192,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* whether enable the special memory watcher. * whether enable the special memory watcher.
* which used for memory leak debug and hurts performance. * which used for memory leak debug and hurts performance.
*/ */
#define SRS_MEM_WATCH
#undef SRS_MEM_WATCH #undef SRS_MEM_WATCH
#define SRS_MEM_WATCH
#endif #endif