Searched refs:new_brk (Results 1 – 1 of 1) sorted by relevance
337 char* new_brk = original_brk + increment; in dvmHeapSourceMorecore() local341 assert(new_brk <= heap->limit); in dvmHeapSourceMorecore()348 madvise(new_brk, size, MADV_DONTNEED); in dvmHeapSourceMorecore()349 mprotect(new_brk, size, PROT_NONE); in dvmHeapSourceMorecore()352 heap->brk = new_brk; in dvmHeapSourceMorecore()