Searched defs:GC_IN_HEAP (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dprgc.h320 ** a pointer falls within the GC heap. [ see GC_IN_HEAP(...) ]
379 #define GC_IN_HEAP(_info, _p) (((PRWord*)(_p) >= (_info)->lowSeg) && \ macro
387 #define GC_IN_HEAP(_info, _p) PR_GC_In_Heap(_p) macro

Completed in 1043 milliseconds