Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/delibs/depool/
H A DdeMemPool.c103 bool enableDebugAllocs; /*!< If true, always allocates using deMalloc(). */ member
215 pool->enableDebugAllocs = parent ? parent->enableDebugAllocs : false; in createPoolInternal()
254 pool->enableDebugAllocs = true; in deMemPool_createRoot()
345 if (pool->enableDebugAllocs) in deMemPool_destroy()
442 if (pool->enableDebugAllocs) in deMemPool_allocInternal()