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

  /frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.cpp 221 static int gAllocatedBlockCount = 0;
278 gAllocatedBlockCount++;
315 gAllocatedBlockCount--;
319 gAllocatedBlockCount);
  /bionic/libc/bionic/
malloc_debug_check.cpp 112 static unsigned gAllocatedBlockCount;
191 ++gAllocatedBlockCount;
202 --gAllocatedBlockCount;
308 return del_and_check_locked(hdr, &tail, &head, &gAllocatedBlockCount, safe);
524 if (gAllocatedBlockCount == 0) {
530 const size_t total = gAllocatedBlockCount;

Completed in 58 milliseconds