HomeSort by: relevance | last modified time | path
    Searched defs:h_malloc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
history.c 127 #define h_malloc(a) malloc(a) macro
424 s = h_malloc(len * sizeof(*s));
507 c = h_malloc(sizeof(*c));
564 history_t *h = (history_t *) h_malloc(sizeof(*h));
610 TYPE(History) *h = (TYPE(History) *) h_malloc(sizeof(*h));
797 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));
848 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));
history.c 127 #define h_malloc(a) malloc(a) macro
424 s = h_malloc(len * sizeof(*s));
507 c = h_malloc(sizeof(*c));
564 history_t *h = (history_t *) h_malloc(sizeof(*h));
610 TYPE(History) *h = (TYPE(History) *) h_malloc(sizeof(*h));
797 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));
848 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));

Completed in 21 milliseconds