Home
last modified time | relevance | path

Searched refs:__mremap (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/mman/
Dmremap.c12 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/
Dmman.h12 hidden void *__mremap(void *, size_t, size_t, int, ...);
/third_party/musl/src/include/sys/
Dmman.h12 hidden void *__mremap(void *, size_t, size_t, int, ...);
/third_party/musl/src/malloc/mallocng/
Dglue.h38 #define mremap __mremap
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c380 base = __mremap(base, oldlen, newlen, MREMAP_MAYMOVE); in realloc()
/third_party/musl/src/malloc/oldmalloc/
Dmalloc.c380 base = __mremap(base, oldlen, newlen, MREMAP_MAYMOVE); in realloc()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc.c418 base = __mremap(base, oldlen, newlen, MREMAP_MAYMOVE); in realloc()