OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h_malloc
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/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 3231 milliseconds