Searched refs:g_mng_memory_allocated (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c48 static int g_mng_memory_allocated = 0; variable
94 if (!g_mng_memory_allocated && size) {
502 if (!g_mng_memory_allocated) {
528 g_mng_memory_allocated = 1;
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c47 static int g_mng_memory_allocated = 0; variable
93 if (!g_mng_memory_allocated && size) {
478 if (!g_mng_memory_allocated) {
504 g_mng_memory_allocated = 1;

Completed in 1426 milliseconds