Searched refs:native_footprint_gc_watermark_ (Results 1 – 2 of 2) sorted by relevance
887 size_t native_footprint_gc_watermark_; variable
145 native_footprint_gc_watermark_(initial_size), in Heap()2841 native_footprint_gc_watermark_ = std::min(growth_limit_, target_size); in UpdateMaxNativeFootprint()3112 if (new_native_bytes_allocated > native_footprint_gc_watermark_) { in RegisterNativeAllocation()