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

  /external/libvpx/vpx_mem/
vpx_mem.c 47 static int g_mng_memory_allocated = 0; variable
96 if (!g_mng_memory_allocated && size)
521 if (!g_mng_memory_allocated)
551 g_mng_memory_allocated = 1;
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 108 static int g_mng_memory_allocated = 0; variable
172 if (!g_mng_memory_allocated && size)
691 if (!g_mng_memory_allocated)
721 g_mng_memory_allocated = 1;

Completed in 13 milliseconds