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

/external/deqp/framework/delibs/depool/
H A DdeMemPool.c59 typedef struct DebugAlloc_s DebugAlloc; typedef in typeref:struct:DebugAlloc_s
64 DebugAlloc* next;
104 DebugAlloc* debugAllocListHead; /*!< List of allocation in debug mode. */
344 DebugAlloc* alloc = pool->debugAllocListHead;
345 DebugAlloc* next;
441 DebugAlloc* header = DE_NEW(DebugAlloc);

Completed in 58 milliseconds