Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.8.4-boot/includes/rts/storage/
H A DBlock.h303 bdescr *allocGroupOnNode_lock(uint32_t node, W_ n);
/dports/lang/ghc/ghc-8.10.7/includes/rts/storage/
H A DBlock.h325 bdescr *allocGroupOnNode_lock(uint32_t node, W_ n);
/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DBlockAlloc.c713 allocGroupOnNode_lock(uint32_t node, W_ n) in allocGroupOnNode_lock() function
/dports/lang/ghc/ghc-8.10.7/rts/
H A DSchedule.c1155 bd = allocGroupOnNode_lock(cap->node,blocks); in scheduleHandleHeapOverflow()