HomeSort by relevance Sort by last modified time
    Searched refs:DebugAlloc (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/depool/
deMemPool.c 59 typedef struct DebugAlloc_s DebugAlloc;
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);
  /art/runtime/
check_jni.cc     [all...]

Completed in 4066 milliseconds