Home
last modified time | relevance | path

Searched refs:bloc_start (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dralloc.c149 POINTER bloc_start; member
254 address = heap->bloc_start;
271 POINTER bloc_start = (POINTER) MEM_ROUNDUP ((POINTER)(new_heap + 1)); local
273 if ((*real_morecore) (bloc_start - new) != new)
277 new_heap->end = bloc_start;
278 new_heap->bloc_start = bloc_start;
279 new_heap->free = bloc_start;
287 address = bloc_start;
323 excess += (char *) h->end - (char *) ((break_value < h->bloc_start) in relinquish()
324 ? h->bloc_start : break_value); in relinquish()
[all …]