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

  /external/libvpx/libvpx/third_party/nestegg/halloc/src/
halloc.c 144 void * h_malloc(size_t len) function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 144 void * h_malloc(size_t len) function
  /external/libedit/src/
history.c 93 #define h_malloc(a) malloc(a) macro
386 s = h_malloc(len * sizeof(*s));
469 c = h_malloc(sizeof(*c));
526 history_t *h = (history_t *) h_malloc(sizeof(*h));
572 TYPE(History) *h = (TYPE(History) *) h_malloc(sizeof(*h));
754 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));
813 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));

Completed in 153 milliseconds