Searched defs:g_realloc (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c65 static mem_track_realloc_func g_realloc = realloc; variable
798 g_realloc = g_realloc_l;
H A Dvpx_mem.c58 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;
/external/bluetooth/glib/glib/
H A Dgmem.c47 * REALLOC_0_WORKS is defined if g_realloc (NULL, x) works.
163 g_realloc (gpointer mem, function
H A Dgalias.h1711 extern __typeof (g_realloc) IA__g_realloc __attribute((visibility("hidden")));
1712 #define g_realloc IA__g_realloc macro
H A Dgaliasdef.c1718 #undef g_realloc macro
1719 extern __typeof (g_realloc) g_realloc __attribute((alias("IA__g_realloc"), visibility("default")));

Completed in 95 milliseconds