|
|
|
@ -94,7 +94,7 @@ DSLIB_API int heap_report (const char * fname);
|
|
|
|
|
|
|
|
|
|
#define HEAP_FREE(_mb) do{if(_mb) {heap_free((_mb)); (_mb) = NULL;}} while(0)
|
|
|
|
|
|
|
|
|
|
#ifdef DISABLE_OS_HEAP
|
|
|
|
|
//#ifdef DISABLE_OS_HEAP
|
|
|
|
|
#undef HEAP_MALLOC
|
|
|
|
|
#undef HEAP_CALLOC
|
|
|
|
|
#undef HEAP_FREE
|
|
|
|
@ -105,6 +105,6 @@ DSLIB_API int heap_report (const char * fname);
|
|
|
|
|
|
|
|
|
|
#define HEAP_FREE(_mb) do {if (_mb) {free(_mb); (_mb) = NULL;}} while(0)
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
//#endif
|
|
|
|
|
|
|
|
|
|
#endif /* __OS_HEAP_H_ASDFJLCXJVZXHCROEYUIODFGFMHFOIUHSDIHFZXKJCHGVLSDHFAJD */
|
|
|
|
|