Searched defs:g_alloc_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c23 static unsigned long g_alloc_count = 0; variable
26 #define g_alloc_count vpxglobalm(vpxmem,g_alloc_count) macro
212 if (g_alloc_count == 0) {
254 g_alloc_count++;
288 if (g_alloc_count == 0) {
342 if (!memblk) ++g_alloc_count;
377 --g_alloc_count;
385 if (!g_alloc_count)
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c22 static unsigned long g_alloc_count = 0; variable
25 #define g_alloc_count vpxglobalm(vpxmem,g_alloc_count) macro
211 if (g_alloc_count == 0) {
253 g_alloc_count++;
287 if (g_alloc_count == 0) {
341 if (!memblk) ++g_alloc_count;
376 --g_alloc_count;
384 if (!g_alloc_count)

Completed in 1078 milliseconds