Searched refs:SAC_DBG_MM (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/sac/driver/ |
H A D | memory.c | 99 SAC_DBG(SAC_DBG_MM, "Returning block 0x%X.\n", p); in MyAllocatePool() 109 SAC_DBG(SAC_DBG_MM, "Entering.\n"); in MyAllocatePool() 154 SAC_DBG(SAC_DBG_MM, "Allocating new space.\n"); in MyAllocatePool() 162 SAC_DBG(SAC_DBG_MM, "No more memory, returning NULL.\n"); in MyAllocatePool() 182 SAC_DBG(SAC_DBG_MM, "Found a good sized block.\n"); in MyAllocatePool() 225 SAC_DBG(SAC_DBG_MM, "Returning block 0x%X.\n", LocalDescriptor); in MyAllocatePool() 243 SAC_DBG(SAC_DBG_MM, "Entering with block 0x%X.\n", LocalDescriptor); in MyFreePool() 289 SAC_DBG(SAC_DBG_MM, "Could not find block.\n"); in MyFreePool() 298 SAC_DBG(SAC_DBG_MM, "Attempted to free something twice.\n"); in MyFreePool() 346 SAC_DBG(SAC_DBG_MM, "exiting: 0x%p.\n", *Block); in MyFreePool()
|
H A D | sacdrv.h | 35 #define SAC_DBG_MM 0x1000 macro
|