Searched refs:__mremap (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/src/mman/ |
D | mremap.c | 12 void *__mremap(void *old_addr, size_t old_len, size_t new_len, int flags, ...) in __mremap() function 32 weak_alias(__mremap, mremap);
|
/third_party/musl/porting/liteos_a/kernel/src/include/sys/ |
D | mman.h | 12 hidden void *__mremap(void *, size_t, size_t, int, ...);
|
/third_party/musl/src/include/sys/ |
D | mman.h | 12 hidden void *__mremap(void *, size_t, size_t, int, ...);
|
/third_party/musl/src/malloc/mallocng/ |
D | glue.h | 38 #define mremap __mremap
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
D | malloc.c | 380 base = __mremap(base, oldlen, newlen, MREMAP_MAYMOVE); in realloc()
|
/third_party/musl/src/malloc/oldmalloc/ |
D | malloc.c | 380 base = __mremap(base, oldlen, newlen, MREMAP_MAYMOVE); in realloc()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
D | malloc.c | 418 base = __mremap(base, oldlen, newlen, MREMAP_MAYMOVE); in realloc()
|