HomeSort by relevance Sort by last modified time
    Searched refs:h_realloc (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
halloc.h 31 void * h_realloc(void * p, size_t len);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 155 void * h_realloc(void * ptr, size_t len) function
  /external/libedit/src/
history.c 94 #define h_realloc(a, b) realloc((a), (b)) macro
768 nptr = h_realloc(ptr, max_size * sizeof(*ptr));
824 nptr = h_realloc(ptr, max_size * sizeof(*ptr));

Completed in 144 milliseconds