/src/lib/libc/stdlib/ |
jemalloc.c | 860 static void *huge_ralloc(void *ptr, size_t size, size_t oldsize); 2768 huge_ralloc(void *ptr, size_t size, size_t oldsize) function in typeref:typename:void * 3114 ret = huge_ralloc(ptr, size, oldsize);
|
jemalloc.c | 860 static void *huge_ralloc(void *ptr, size_t size, size_t oldsize); 2768 huge_ralloc(void *ptr, size_t size, size_t oldsize) function in typeref:typename:void * 3114 ret = huge_ralloc(ptr, size, oldsize);
|
jemalloc.c | 860 static void *huge_ralloc(void *ptr, size_t size, size_t oldsize); 2768 huge_ralloc(void *ptr, size_t size, size_t oldsize) function in typeref:typename:void * 3114 ret = huge_ralloc(ptr, size, oldsize);
|