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

  /external/libvpx/vpx_mem/
vpx_mem.c 22 static unsigned long g_alloc_count = 0; variable
25 #define g_alloc_count vpxglobalm(vpxmem,g_alloc_count) macro
227 if (g_alloc_count == 0)
274 g_alloc_count++;
311 if (g_alloc_count == 0)
370 if (!memblk) ++g_alloc_count;
409 --g_alloc_count;
417 if (!g_alloc_count)
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 70 static unsigned long g_alloc_count = 0; variable
401 if (g_alloc_count == 0)
448 g_alloc_count++;
485 if (g_alloc_count == 0)
579 --g_alloc_count;
587 if (!g_alloc_count)

Completed in 29 milliseconds