MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / realloc

Function realloc

components/libc/compilers/picolibc/syscall.c:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41RTM_EXPORT(malloc);
42
43void *realloc(void *rmem, size_t newsize)
44{
45 return rt_realloc(rmem, newsize);
46}
47RTM_EXPORT(realloc);
48
49void *calloc(size_t nelem, size_t elsize)

Callers 6

getdelimFunction · 0.50
emutls_get_address_arrayFunction · 0.50
snd_pcm_link_ptrFunction · 0.50
speex_reallocFunction · 0.50
dfs_win32_getdentsFunction · 0.50
libc_memFunction · 0.50

Calls 1

rt_reallocFunction · 0.85

Tested by

no test coverage detected