Searched defs:sbrk (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/src/linux/ | ||
D | sbrk.c | 7 void *sbrk(intptr_t inc) in sbrk() function |
/third_party/uboot/u-boot-2020.01/common/ | ||
D | dlmalloc.c | 581 void *sbrk(ptrdiff_t increment) in sbrk() function |