Searched refs:lh_free (Results 1 – 6 of 6) sorted by relevance
114 (((size_t)chp->lh_end - (size_t)chp->lh_free) <= asize)) { in libld_malloc()129 nhp->lh_free = (void *)((size_t)nhp + hsize); in libld_malloc()134 vptr = chp->lh_free; in libld_malloc()146 chp->lh_free = (void *)S_ROUND((size_t)chp->lh_free + asize, in libld_malloc()
308 void *lh_free; member
345 int *lh_free; member
1301 lhp->lh_free = vmem_alloc(umem_log_arena, in umem_log_init()1303 if (lhp->lh_free == NULL) in umem_log_init()1315 lhp->lh_free[i] = i; in umem_log_init()1348 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk; in umem_log_enter()1350 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in umem_log_enter()
430 int *lh_free; member
1448 lhp->lh_free = vmem_alloc(kmem_log_arena, in kmem_log_init()1459 lhp->lh_free[i] = i; in kmem_log_init()1481 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk; in kmem_log_enter()1483 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in kmem_log_enter()