Home
last modified time | relevance | path

Searched defs:freeSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp169 void GCStats::StatisticPartialGC(bool concurrentMark, Duration time, size_t freeSize) in StatisticPartialGC()
Dparallel_evacuator.cpp363 size_t freeSize = freeEnd - freeStart; in UpdateAndSweepNewRegionReference() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h67 int freeSize = table->Size() - table->EntriesCount() - numOfAddedElements; variable