Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.c103 deBool enableDebugAllocs; /*!< If true, always allocates using deMalloc(). */ member
214 pool->enableDebugAllocs = parent ? parent->enableDebugAllocs : DE_FALSE; in createPoolInternal()
253 pool->enableDebugAllocs = DE_TRUE; in deMemPool_createRoot()
342 if (pool->enableDebugAllocs) in deMemPool_destroy()
439 if (pool->enableDebugAllocs) in deMemPool_allocInternal()