Searched refs:traverses_stack_p (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/src/malloc/ |
D | lite_malloc.c | 23 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() function 72 && !traverses_stack_p(brk, brk+req) in __simple_malloc()
|
/third_party/musl/src/malloc/ |
D | lite_malloc.c | 19 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() function 68 && !traverses_stack_p(brk, brk+req) in __simple_malloc()
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
D | malloc.c | 138 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() function 179 if (n < SIZE_MAX-brk && !traverses_stack_p(brk, brk+n) in __expand_heap()
|
/third_party/musl/src/malloc/oldmalloc/ |
D | malloc.c | 138 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() function 179 if (n < SIZE_MAX-brk && !traverses_stack_p(brk, brk+n) in __expand_heap()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
D | malloc.c | 140 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() function 181 if (n < SIZE_MAX-brk && !traverses_stack_p(brk, brk+n) in __expand_heap()
|