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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c62 static mem_track_realloc_func g_realloc = realloc; variable
715 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
651 g_func->g_realloc = g_realloc_l;
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c62 static mem_track_realloc_func g_realloc = realloc; variable
715 g_realloc = g_realloc_l;
H A Dvpx_mem.c57 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;
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini.c63 void* g_realloc(void* ptr, size_t size) { function
145 buffer = g_realloc(buffer, capacity);

Completed in 151 milliseconds