Searched refs:native_footprint_gc_watermark_ (Results 1 – 2 of 2) sorted by relevance
590 size_t native_footprint_gc_watermark_; variable
94 native_footprint_gc_watermark_(initial_size), in Heap()1788 native_footprint_gc_watermark_ = target_size; in UpdateMaxNativeFootprint()2080 if (static_cast<size_t>(native_bytes_allocated_) > native_footprint_gc_watermark_) { in RegisterNativeAllocation()