Searched refs:spaceTypeString (Results 1 - 6 of 6) sorted by relevance

/seL4-l4v-master/HOL4/polyml/libpolyml/
H A Dmemmgr.h93 virtual const char *spaceTypeString() { return isMutable ? "mutable" : "immutable"; } function in class:MemSpace
199 virtual const char *spaceTypeString() function in class:LocalMemSpace
200 { return allocationSpace ? "allocation" : MemSpace::spaceTypeString(); }
H A Dgc.cpp271 Log("GC: %s space %p %" PRI_SIZET " free in %" PRI_SIZET " words %2.1f%% full\n", lSpace->spaceTypeString(),
303 Log("GC: %s space %p %" PRI_SIZET " free in %" PRI_SIZET " words %2.1f%% full\n", space->spaceTypeString(),
H A Dgc_copy_phase.cpp253 Log("GC: Copy: copying area %p (thread %p) %s \n", src, id, src->spaceTypeString());
H A Dgc_mark_phase.cpp875 lSpace->spaceTypeString(), lSpace,
H A Dquick_gc.cpp690 Log("GC: %s space %p %" PRI_SIZET " free in %" PRI_SIZET " words %2.1f%% full\n", lSpace->spaceTypeString(),
H A Dmemmgr.cpp393 Log("MMGR: Deleted local %s space %p at %p size %zu\n", sp->spaceTypeString(), sp, sp->bottom, sp->spaceSize());

Completed in 44 milliseconds