Searched refs:current_nghttp2_memory_ (Results 1 – 2 of 2) sorted by relevance
747 total += current_nghttp2_memory_; in current_session_memory()885 uint64_t current_nghttp2_memory_ = 0; variable
450 CHECK_GE(current_nghttp2_memory_, previous_size); in CheckAllocatedSize()454 current_nghttp2_memory_ += size; in IncreaseAllocatedSize()458 current_nghttp2_memory_ -= size; in DecreaseAllocatedSize()524 CHECK_EQ(current_nghttp2_memory_, 0); in ~Http2Session()536 tracker->TrackFieldWithSize("nghttp2_memory", current_nghttp2_memory_); in MemoryInfo()