OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_malloc
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/nestegg/halloc/
halloc.h
29
void *
h_malloc
(size_t len);
/external/libvpx/libvpx/nestegg/halloc/src/
halloc.c
144
void *
h_malloc
(size_t len)
function
/external/libvpx/libvpx/nestegg/src/
nestegg.c
460
pool =
h_malloc
(sizeof(*pool));
477
p =
h_malloc
(size);
[
all
...]
Completed in 60 milliseconds