Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.c104 DebugAlloc* debugAllocListHead; /*!< List of allocation in debug mode. */ member
215 pool->debugAllocListHead = DE_NULL; in createPoolInternal()
254 pool->debugAllocListHead = DE_NULL; in deMemPool_createRoot()
344 DebugAlloc* alloc = pool->debugAllocListHead; in deMemPool_destroy()
355 pool->debugAllocListHead = DE_NULL; in deMemPool_destroy()
452 header->next = pool->debugAllocListHead; in deMemPool_allocInternal()
453 pool->debugAllocListHead = header; in deMemPool_allocInternal()