mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming
This commit is contained in:
@@ -166,7 +166,7 @@ int exec_module(FAR const struct binary_s *binp)
|
||||
#ifndef CONFIG_CUSTOM_STACK
|
||||
/* Allocate the stack for the new task (always from the user heap) */
|
||||
|
||||
stack = (FAR uint32_t*)kumalloc(binp->stacksize);
|
||||
stack = (FAR uint32_t*)kumm_malloc(binp->stacksize);
|
||||
if (!tcb)
|
||||
{
|
||||
err = ENOMEM;
|
||||
|
||||
Reference in New Issue
Block a user