1 2list(APPEND UCRT_HEAP_SOURCES 3 heap/align.cpp 4 heap/calloc.cpp 5 heap/calloc_base.cpp 6 heap/expand.cpp 7 heap/free.cpp 8 heap/free_base.cpp 9 heap/heapchk.cpp 10 heap/heapmin.cpp 11 heap/heapwalk.cpp 12 heap/heap_handle.cpp 13 heap/malloc.cpp 14 heap/malloc_base.cpp 15 heap/msize.cpp 16 heap/new_handler.cpp 17 heap/new_mode.cpp 18 heap/realloc.cpp 19 heap/realloc_base.cpp 20 heap/recalloc.cpp 21) 22 23if(DBG) 24 list(APPEND UCRT_HEAP_SOURCES 25 heap/debug_heap.cpp 26 heap/debug_heap_hook.cpp 27 ) 28endif() 29