Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/malloc/
Dlite_malloc.c23 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/
Dlite_malloc.c19 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/
Dmalloc.c138 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/
Dmalloc.c138 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/
Dmalloc.c140 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()