Searched defs:g_malloc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c60 static mem_track_malloc_func g_malloc = malloc; variable
67 # define MEM_TRACK_MALLOC g_malloc
709 g_malloc = g_malloc_l;
H A Dvpx_mem.c56 g_malloc_func g_malloc; member in struct:GLOBAL_FUNC_POINTERS
65 # define VPX_MALLOC_L g_func->g_malloc
649 g_func->g_malloc = g_malloc_l;
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c60 static mem_track_malloc_func g_malloc = malloc; variable
67 # define MEM_TRACK_MALLOC g_malloc
709 g_malloc = g_malloc_l;
H A Dvpx_mem.c55 g_malloc_func g_malloc; member in struct:GLOBAL_FUNC_POINTERS
64 # define VPX_MALLOC_L g_func->g_malloc
625 g_func->g_malloc = g_malloc_l;
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini.c41 void* g_malloc(size_t size) { function
54 void* ptr = g_malloc(size);
88 char* copy = g_malloc(len + 1);
101 copy = g_malloc(size + 1);
130 char* buffer = g_malloc(capacity);
157 char* result = g_malloc(len + 1);
235 return (GSList*) g_malloc(sizeof(GSList));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 139 milliseconds