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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
vpx_mem.c 58 g_realloc_func g_realloc; member in struct:GLOBAL_FUNC_POINTERS
66 # define VPX_REALLOC_L g_func->g_realloc
651 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;

Completed in 1045 milliseconds