Home
last modified time | relevance | path

Searched refs:NONMOVING_ALLOCA_CNT (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DNonMovingCensus.c96 for (int i=0; i < NONMOVING_ALLOCA_CNT; i++) { in nonmovingPrintAllocatorCensus()
122 for (int i=0; i < NONMOVING_ALLOCA_CNT; i++) { in nonmovingTraceAllocatorCensus()
H A DNonMoving.c656 ASSERT(log_block_size < NONMOVING_ALLOCA0 + NONMOVING_ALLOCA_CNT); in nonmovingAllocate()
724 for (unsigned int i = 0; i < NONMOVING_ALLOCA_CNT; i++) { in nonmovingInit()
757 for (unsigned int i = 0; i < NONMOVING_ALLOCA_CNT; i++) { in nonmovingExit()
773 for (unsigned int i = 0; i < NONMOVING_ALLOCA_CNT; i++) { in nonmovingAddCapabilities()
813 for (int alloca_idx = 0; alloca_idx < NONMOVING_ALLOCA_CNT; ++alloca_idx) { in nonmovingPrepareMark()
1051 for (int alloca_idx = 0; alloca_idx < NONMOVING_ALLOCA_CNT; ++alloca_idx) { in nonmovingMark_()
1272 for (int alloca_idx = 0; alloca_idx < NONMOVING_ALLOCA_CNT; ++alloca_idx) { in assert_in_nonmoving_heap()
1356 for (int alloca_idx = 0; alloca_idx < NONMOVING_ALLOCA_CNT; ++alloca_idx) { in locate_object()
H A DNonMoving.h76 #define NONMOVING_ALLOCA_CNT 12 macro
82 struct NonmovingAllocator *allocators[NONMOVING_ALLOCA_CNT];
H A DSanity.c612 for (unsigned int i=0; i < NONMOVING_ALLOCA_CNT; i++) { in checkNonmovingHeap()
1049 for (i = 0; i < NONMOVING_ALLOCA_CNT; i++) { in findMemoryLeak()
1174 for (int alloc_idx = 0; alloc_idx < NONMOVING_ALLOCA_CNT; alloc_idx++) { in countNonMovingHeap()