Home
last modified time | relevance | path

Searched refs:may_shrink_heap (Results 1 – 1 of 1) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dmalloc-sysdep.h36 static int may_shrink_heap = -1; in check_may_shrink_heap() local
38 if (__builtin_expect (may_shrink_heap >= 0, 1)) in check_may_shrink_heap()
39 return may_shrink_heap; in check_may_shrink_heap()
41 may_shrink_heap = __libc_enable_secure; in check_may_shrink_heap()
43 if (__builtin_expect (may_shrink_heap == 0, 1)) in check_may_shrink_heap()
51 may_shrink_heap = n > 0 && val == '2'; in check_may_shrink_heap()
56 return may_shrink_heap; in check_may_shrink_heap()

Completed in 2 milliseconds