Home | History | Annotate | Download | only in alloc

Lines Matching refs:brk

98     char *brk;
335 char* original_brk = heap->brk;
351 // Update brk.
352 heap->brk = new_brk;
374 hs->heaps[0].brk = hs->heapBase + kInitialMorecoreStart;
401 char *base = hs->heaps[0].brk;
416 heap.brk = heap.base + morecoreStart;
727 void *max_brk = hs->heaps[0].brk;
732 void *heap_brk = heap->brk;
760 value = heap->brk - heap->base;