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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmstats.h66 int nrealloc; member in struct:_malstats
H A Dstats.c113 _mstats.nmal, _mstats.nfre, _mstats.nrealloc, _mstats.nrcopy);
H A Dmalloc.c986 _mstats.nrealloc++;
/macosx-10.10.1/nano-12/src/
H A Dnano.h55 #define charealloc(ptr, howmuch) (char *)nrealloc(ptr, (howmuch) * sizeof(char))
H A Dutils.c374 void *nrealloc(void *ptr, size_t howmuch) function
H A Dwinio.c167 key_buffer = (int *)nrealloc(key_buffer, key_buffer_len *
212 key_buffer = (int *)nrealloc(key_buffer, key_buffer_len *
291 key_buffer = (int *)nrealloc(key_buffer, key_buffer_len *
H A Dproto.h710 void *nrealloc(void *ptr, size_t howmuch);
H A Dfiles.c2130 matches = (char **)nrealloc(matches, (*num_matches + 1) *
2229 matches = (char **)nrealloc(matches, (*num_matches + 1) *
H A Dprompt.c136 kbinput = (int *)nrealloc(kbinput, kbinput_len *
H A Dnano.c1392 kbinput = (int *)nrealloc(kbinput, kbinput_len *
H A Dtext.c2162 spellargs = (char **)nrealloc(spellargs, arglen *

Completed in 265 milliseconds