HomeSort by relevance Sort by last modified time
    Searched full:realloc_t (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/third_party/nestegg/halloc/
halloc.h 38 typedef void * (* realloc_t)(void * ptr, size_t len); typedef
40 extern realloc_t halloc_allocator;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
halloc.h 38 typedef void * (* realloc_t)(void * ptr, size_t len); typedef
40 extern realloc_t halloc_allocator;
  /external/chromium_org/tools/android/heap_profiler/
heap_profiler_hooks_android.c 31 typedef void* (*realloc_t)(void*, size_t); typedef
42 static realloc_t real_realloc;
60 real_realloc = (realloc_t) dlsym(RTLD_NEXT, "realloc");
  /external/libvpx/libvpx/third_party/nestegg/halloc/src/
halloc.c 42 realloc_t halloc_allocator = NULL;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 42 realloc_t halloc_allocator = NULL;

Completed in 237 milliseconds