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

  /external/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
690 g_func->g_realloc = g_realloc_l;
vpx_mem_tracker.c 65 static mem_track_realloc_func g_realloc = realloc; variable
798 g_realloc = g_realloc_l;
  /external/bluetooth/glib/glib/
gmem.c 47 * REALLOC_0_WORKS is defined if g_realloc (NULL, x) works.
163 g_realloc (gpointer mem, function
galias.h 1712 #define g_realloc macro
    [all...]
galiasdef.c 1718 #undef g_realloc macro
    [all...]

Completed in 140 milliseconds