MCPcopy Index your code
hub / github.com/RT-Thread/rt-thread / kmem_get

Function kmem_get

components/lwp/lwp_syscall.c:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 #define ALLOC_KERNEL_STACK_SIZE 5120
119
120 static void *kmem_get(size_t size)
121 {
122 return rt_malloc(size);
123 }
124
125 static void kmem_put(void *kptr)
126 {

Callers 15

sys_readFunction · 0.85
sys_writeFunction · 0.85
sys_openFunction · 0.85
sys_openatFunction · 0.85
sys_pollFunction · 0.85
sys_selectFunction · 0.85
sys_unlinkFunction · 0.85
sys_execFunction · 0.85
sys_sem_createFunction · 0.85
sys_mutex_createFunction · 0.85
sys_event_createFunction · 0.85
sys_mb_createFunction · 0.85

Calls 1

rt_mallocFunction · 0.85

Tested by

no test coverage detected