Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
RTM_EXPORT(malloc);
42
43
void *realloc(void *rmem, size_t newsize)
44
{
45
return rt_realloc(rmem, newsize);
46
}
47
RTM_EXPORT(realloc);
48
49
void *calloc(size_t nelem, size_t elsize)
Callers
6
getdelim
Function · 0.50
emutls_get_address_array
Function · 0.50
snd_pcm_link_ptr
Function · 0.50
speex_realloc
Function · 0.50
dfs_win32_getdents
Function · 0.50
libc_mem
Function · 0.50
Calls
1
rt_realloc
Function · 0.85
Tested by
no test coverage detected