Home
last modified time | relevance | path

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

/third_party/musl/src/malloc/
H A 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/porting/linux/user/src/malloc/
H A 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/oldmalloc/
H A Dmalloc.c142 static int traverses_stack_p(uintptr_t old, uintptr_t new) in traverses_stack_p() function
187 if (n < SIZE_MAX-brk && !traverses_stack_p(brk, brk+n) in __expand_heap()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A 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/
H A 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()

Completed in 4 milliseconds