Home
last modified time | relevance | path

Searched refs:FLAG_MARK (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dheap.c529 if( hn->flgs & FLAG_MARK ) in heap_mark_tree()
532 hn->flgs |= FLAG_MARK; in heap_mark_tree()
671 if( !(hn->flgs & FLAG_MARK) ) { in heap_gc()
684 hn->flgs &= FLAG_MARK ^ FLAG_ALL; in heap_gc()
H A Ddump.c609 if( hn->flgs & FLAG_MARK ) in graph_heap()
H A Dheap.h70 #define FLAG_MARK (128) /* Marked (for mark-sweep) */ macro