Searched refs:hfree (Results 1 – 6 of 6) sorted by relevance
21 void hfree(struct Hist *);56 hp->Hnext = np->Hnext, hfree(np); in savehist()86 hfree(struct Hist *hp) in hfree() function
2133 if ((hdr = hfree) == 0) in salloc()2135 hfree = (struct blk *)hdr->rd; in salloc()2149 hfree = h = (struct blk *)dcmalloc(HEADSZ); in morehd()2150 if (hfree == 0) { in morehd()2152 if ((hfree = h = (struct blk *)dcmalloc(HEADSZ)) == 0) in morehd()2156 while (h < hfree + (HEADSZ/BLK)) in morehd()2159 return (hfree); in morehd()2187 if ((hdr = hfree) == 0) in copy()2189 hfree = (struct blk *)hdr->rd; in copy()2378 p->rd = (char *)hfree; in release()[all …]
88 struct blk *hfree; variable
95 #define hfree(ptr) free(ptr) macro
278 # define _hfree hfree
6012 #define _hfree hfree