Searched refs:check_brk_limits (Results 1 – 1 of 1) sorted by relevance
157 * check_brk_limits() - Use platform specific check of range & verify mlock164 static int check_brk_limits(unsigned long addr, unsigned long len) in check_brk_limits() function 244 if (check_brk_limits(oldbrk, newbrk - oldbrk)) in SYSCALL_DEFINE1() 3235 ret = check_brk_limits(addr, len); in exit_mmap()