mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
Add interfaces to support un-initializing a granule allocator.
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
# An optional granule allocator
|
||||
|
||||
ifeq ($(CONFIG_GRAN),y)
|
||||
CSRCS += mm_graninit.c mm_granreserve.c mm_granalloc.c mm_granmark.c
|
||||
CSRCS += mm_granfree.c mm_grancritical.c
|
||||
CSRCS += mm_graninit.c mm_granrelease.c mm_granreserve.c mm_granalloc.c
|
||||
CSRCS += mm_granmark.c mm_granfree.c mm_grancritical.c
|
||||
|
||||
# A page allocator based on the granule allocator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user