mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming
This commit is contained in:
@@ -134,7 +134,7 @@ int up_create_stack(struct tcb_s *tcb, size_t stack_size, uint8_t ttype)
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
stack_alloc_ptr = (uint32_t*)kumalloc(adj_stack_size);
|
||||
stack_alloc_ptr = (uint32_t*)kumm_malloc(adj_stack_size);
|
||||
}
|
||||
if (stack_alloc_ptr) {
|
||||
/* This is the address of the last word in the allocation */
|
||||
|
||||
Reference in New Issue
Block a user