Home
last modified time | relevance | path

Searched refs:current_nghttp2_memory_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_http2.h747 total += current_nghttp2_memory_; in current_session_memory()
885 uint64_t current_nghttp2_memory_ = 0; variable
Dnode_http2.cc450 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()