OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_realloc
(Results
1 - 2
of
2
) sorted by null
/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;
Completed in 499 milliseconds