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

/freebsd-10.1-release/lib/libedit/
H A Dhistory.c88 #define h_malloc(a) malloc(a) macro
381 s = (char *) h_malloc(len);
462 h->cursor = (hentry_t *) h_malloc(sizeof(hentry_t));
518 history_t *h = (history_t *) h_malloc(sizeof(history_t));
563 History *h = (History *) h_malloc(sizeof(History));
741 ptr = h_malloc(max_size = 1024);
796 ptr = h_malloc(max_size = 1024);

Completed in 108 milliseconds