HomeSort by relevance Sort by last modified time
    Searched defs:g_realloc (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
vpx_mem.c 57 g_realloc_func g_realloc; member in struct:GLOBAL_FUNC_POINTERS
65 # define VPX_REALLOC_L g_func->g_realloc
627 g_func->g_realloc = g_realloc_l;
vpx_mem_tracker.c 62 static mem_track_realloc_func g_realloc = realloc; variable
715 g_realloc = g_realloc_l;
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.c 57 g_realloc_func g_realloc; member in struct:GLOBAL_FUNC_POINTERS
65 # define VPX_REALLOC_L g_func->g_realloc
627 g_func->g_realloc = g_realloc_l;
vpx_mem_tracker.c 62 static mem_track_realloc_func g_realloc = realloc; variable
715 g_realloc = g_realloc_l;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.c 57 g_realloc_func g_realloc; member in struct:GLOBAL_FUNC_POINTERS
65 # define VPX_REALLOC_L g_func->g_realloc
627 g_func->g_realloc = g_realloc_l;
vpx_mem_tracker.c 62 static mem_track_realloc_func g_realloc = realloc; variable
715 g_realloc = g_realloc_l;
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 63 void* g_realloc(void* ptr, size_t size) { function
145 buffer = g_realloc(buffer, capacity);

Completed in 1473 milliseconds