Searched refs:__brk_call (Results 1 – 8 of 8) sorted by relevance
54 void *previous = __brk_call (0); in _dl_early_allocate()55 result = __brk_call (previous + size); in _dl_early_allocate()
20 __brk_call (void *addr) in __brk_call() function
37 __curbrk = __brk_call (addr); in weak_alias()
26 __brk_call (void *addr) in __brk_call() function
85 # - "Linux: Introduce __brk_call for invoking the brk system call"
114 # - "Linux: Introduce __brk_call for invoking the brk system call"
5033 Linux: Introduce __brk_call for invoking the brk system call5051 (__brk_call): New function.