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

  /src/lib/libc/stdlib/
jemalloc.c 715 static void *brk_base; variable in typeref:typename:void *
1296 if ((uintptr_t)chunk >= (uintptr_t)brk_base
1412 if ((uintptr_t)chunk >= (uintptr_t)brk_base
2787 && ((uintptr_t)ptr < (uintptr_t)brk_base
3052 else if ((uintptr_t)ret >= (uintptr_t)brk_base
3514 brk_base = sbrk(0);
3515 brk_prev = brk_base;
3516 brk_max = brk_base;

Completed in 34 milliseconds