Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistory.c93 #define h_malloc(a) malloc(a) macro
386 s = h_malloc(len * sizeof(*s)); in history_def_add()
469 c = h_malloc(sizeof(*c)); in history_def_insert()
526 history_t *h = (history_t *) h_malloc(sizeof(*h)); in history_def_init()
572 TYPE(History) *h = (TYPE(History) *) h_malloc(sizeof(*h)); in TYPE()
754 ptr = h_malloc((max_size = 1024) * sizeof(*ptr)); in history_load()
813 ptr = h_malloc((max_size = 1024) * sizeof(*ptr)); in history_save()