HomeSort by: relevance | last modified time | path
    Searched defs:bloc_start (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
ralloc.c 131 Each heap contains malloc data, running from `start' to `bloc_start',
132 and relocatable objects, running from `bloc_start' to `free'.
151 POINTER bloc_start;
257 address = heap->bloc_start;
274 POINTER bloc_start = (POINTER) MEM_ROUNDUP ((POINTER)(new_heap + 1));
276 if ((*real_morecore) (bloc_start - new) != new)
280 new_heap->end = bloc_start;
281 new_heap->bloc_start = bloc_start;
282 new_heap->free = bloc_start;
149 POINTER bloc_start; member in struct:heap
271 POINTER bloc_start = (POINTER) MEM_ROUNDUP ((POINTER)(new_heap + 1)); local
    [all...]

Completed in 16 milliseconds