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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
vpx_mem.c 55 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;
vpx_mem_tracker.c 60 static mem_track_malloc_func g_malloc = malloc; variable
67 # define MEM_TRACK_MALLOC g_malloc
709 g_malloc = g_malloc_l;
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.c 55 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;
vpx_mem_tracker.c 60 static mem_track_malloc_func g_malloc = malloc; variable
67 # define MEM_TRACK_MALLOC g_malloc
709 g_malloc = g_malloc_l;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.c 55 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;
vpx_mem_tracker.c 60 static mem_track_malloc_func g_malloc = malloc; variable
67 # define MEM_TRACK_MALLOC g_malloc
709 g_malloc = g_malloc_l;
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 41 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));
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 305 milliseconds