Lines Matching full:debugging
14 ** debugging memory allocation package
93 ** debugging is disabled at compile time. Otherwise, a call to
353 ** SM_MALLOC_TAGGED -- wrapper around malloc(), debugging version.
357 ** tag -- tag for debugging.
358 ** num -- additional value for debugging.
359 ** group -- heap group for debugging.
404 ** SM_MALLOC_TAGGED_X -- wrapper around malloc(), debugging version.
408 ** tag -- tag for debugging.
409 ** num -- additional value for debugging.
410 ** group -- heap group for debugging.
463 ** SM_HEAP_REGISTER -- register a pointer into the heap for debugging.
468 ** tag -- tag for debugging (this is NOT copied!)
469 ** num -- additional value for debugging.
470 ** group -- heap group for debugging.
519 ** SM_REALLOC -- wrapper for realloc(), debugging version.
584 ** SM_REALLOC_X -- wrapper for realloc(), debugging version.
653 ** SM_FREE_TAGGED -- wrapper around free(), debugging version.
657 ** tag -- tag for debugging.
658 ** num -- additional value for debugging.
716 ** tag -- tag for debugging.
717 ** num -- additional value for debugging.