Searched refs:DebugAlloc (Results 1 – 1 of 1) sorted by relevance
59 typedef struct DebugAlloc_s DebugAlloc; typedef64 DebugAlloc* next;104 DebugAlloc* debugAllocListHead; /*!< List of allocation in debug mode. */344 DebugAlloc* alloc = pool->debugAllocListHead; in deMemPool_destroy()345 DebugAlloc* next; in deMemPool_destroy()441 DebugAlloc* header = DE_NEW(DebugAlloc); in deMemPool_allocInternal()