mirror of
https://github.com/apache/nuttx.git
synced 2025-12-17 10:16:49 +08:00
Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming
This commit is contained in:
@@ -949,7 +949,7 @@ static int pcm_resume(FAR struct audio_lowerhalf_s *dev)
|
||||
* lower-half driver with the opportunity to perform special buffer
|
||||
* allocation if needed, such as allocating from a specific memory
|
||||
* region (DMA-able, etc.). If not supplied, then the top-half
|
||||
* driver will perform a standard kumalloc using normal user-space
|
||||
* driver will perform a standard kumm_malloc using normal user-space
|
||||
* memory region.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user