Home
last modified time | relevance | path

Searched refs:current_session_memory_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Dnode_http2.h734 current_session_memory_ += amount; in IncrementCurrentSessionMemory()
738 DCHECK_LE(amount, current_session_memory_); in DecrementCurrentSessionMemory()
739 current_session_memory_ -= amount; in DecrementCurrentSessionMemory()
749 uint64_t total = current_session_memory_ + sizeof(Http2Session); in current_session_memory()
887 uint64_t current_session_memory_ = 0; member in node::http2::Http2Session

Completed in 2 milliseconds