Searched refs:h_malloc (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/halloc/
H A Dhalloc.h29 void * h_malloc (size_t len);
/external/libvpx/libvpx/third_party/nestegg/halloc/
H A Dhalloc.h29 void * h_malloc (size_t len);
/external/libedit/src/
H A Dhistory.c93 #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));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/halloc/src/
H A Dhalloc.c144 void * h_malloc(size_t len) function
/external/libvpx/libvpx/third_party/nestegg/halloc/src/
H A Dhalloc.c144 void * h_malloc(size_t len) function
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
H A Dnestegg.c477 pool = h_malloc(sizeof(*pool));
494 p = h_malloc(size);
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c477 pool = h_malloc(sizeof(*pool));
494 p = h_malloc(size);

Completed in 186 milliseconds