Home
last modified time | relevance | path

Searched refs:DebugAlloc (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/delibs/depool/
DdeMemPool.c59 typedef struct DebugAlloc_s DebugAlloc; typedef
64 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()