Searched defs:holdblk (Results 1 – 2 of 2) sorted by relevance
98 struct holdblk { struct99 struct holdblk *nexthblk; /* next holding block */ argument100 struct holdblk *prevhblk; /* previous holding block */ argument101 struct lblk *lfreeq; /* head of free queue within block */102 struct lblk *unused; /* pointer to 1st little block never used */103 long blksz; /* size of little blocks contained */104 struct lblk *__Pad; /* pad to a multiple of ALIGNSZ */105 char space[1]; /* start of space to allocate. */
333 struct holdblk *holdblk; /* head of right sized queue */ in malloc_unlocked() local654 struct holdblk *holdblk; /* block holding blk */ in free_unlocked() local1045 freespace(struct holdblk *holdblk) in freespace()