Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ malloc
Function
malloc
components/libc/compilers/picolibc/syscall.c:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
#ifdef RT_USING_HEAP
37
void *malloc(size_t n)
38
{
39
return rt_malloc(n);
40
}
41
RTM_EXPORT(malloc);
42
43
void *realloc(void *rmem, size_t newsize)
Callers
15
_dtb_node_get_dtb_properties_list
Function · 0.50
_dtb_node_get_dtb_nodes_list
Function · 0.50
dtb_node_get_dtb_list
Function · 0.50
dtb_node_get_dtb_node_by_path
Function · 0.50
dtb_node_write_prop
Function · 0.50
dtb_node_load_from_fs
Function · 0.50
dtb_node_load_from_memory
Function · 0.50
sys_gethostbyname2_r
Function · 0.50
getdelim
Function · 0.50
mmap
Function · 0.50
emutls_memalign_alloc
Function · 0.50
strdup
Function · 0.50
Calls
1
rt_malloc
Function · 0.85
Tested by
7
sys_mbox_new
Function · 0.40
mmc_test_init
Function · 0.40
cmd_test_spinor
Function · 0.40
cmd_test_pwm
Function · 0.40
usb_msg_desc_init
Function · 0.40
init_random_keys
Function · 0.40
init_test
Function · 0.40