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

Function kmem_put

components/lwp/lwp_syscall.c:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 static void kmem_put(void *kptr)
126 {
127 rt_free(kptr);
128 }
129#else /* ARCH_MM_MMU */
130 #define ALLOC_KERNEL_STACK_SIZE 1536
131 #define ALLOC_KERNEL_STACK_SIZE_MIN 1024

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_freeFunction · 0.85

Tested by

no test coverage detected