Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/malloc/
Dmalloc.c198 static int alloc_fwd(struct chunk *c) in alloc_fwd() function
411 if (n > n1 && alloc_fwd(next)) { in realloc()
473 if (alloc_fwd(next)) { in __bin_chunk()
/third_party/musl/src/malloc/
Dmalloc.c198 static int alloc_fwd(struct chunk *c) in alloc_fwd() function
414 if (n > n1 && alloc_fwd(next)) { in realloc()
476 if (alloc_fwd(next)) { in __bin_chunk()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c204 static int alloc_fwd(struct chunk *c) in alloc_fwd() function
454 if (n > n1 && alloc_fwd(next)) { in realloc()
532 if (alloc_fwd(next)) { in __bin_chunk()
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c524 static int alloc_fwd(struct chunk *c) in alloc_fwd() function
874 if (n > n1 && alloc_fwd(next)) { in __libc_realloc()
989 if (n > n1 && alloc_fwd(next)) { in internal_realloc()
1069 if (alloc_fwd(next)) { in __bin_chunk()