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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c93 #define h_malloc(a) malloc(a) macro
386 s = h_malloc(len * sizeof(*s));
468 h->cursor = (hentry_t *) h_malloc(sizeof(hentry_t));
524 history_t *h = (history_t *) h_malloc(sizeof(history_t));
569 TYPE(History) *h = (TYPE(History) *) h_malloc(sizeof(TYPE(History)));
750 ptr = h_malloc(max_size = 1024);
808 ptr = h_malloc(max_size = 1024);
/macosx-10.10/libedit-40/src/
H A Dhistory.c93 #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));
797 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));
851 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c81 #define h_malloc(a) malloc(a) macro
343 s = (char *) h_malloc(len);
383 h->cursor = (hentry_t *) h_malloc(sizeof(hentry_t));
438 history_t *h = (history_t *) h_malloc(sizeof(history_t));
483 History *h = (History *) h_malloc(sizeof(History));
656 ptr = h_malloc(max_size = 1024);
711 ptr = h_malloc(max_size = 1024);

Completed in 83 milliseconds