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

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

Completed in 150 milliseconds