git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4442
d0543943-73ff-0310-b7d9-
9358b9ac24b2
#include <sys/mman.h>
#endif
-//#define DEBUG_ALLOC
+/* #define DEBUG_ALLOC */
#define DO_EVENTS
#ifdef CRASH_PROT
#ifdef DEBUG_ALLOC
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Allocate %d\n", memory);
- //assert(memory < 600000);
+ /* assert(memory < 600000); */
#endif
if ((ptr = apr_palloc(pool, memory)) != 0) {
if (runtime.memory_pool) {
apr_pool_destroy(runtime.memory_pool);
- //apr_terminate();
+ /* apr_terminate(); */
}
return SWITCH_STATUS_SUCCESS;