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.h748 uint64_t current_session_memory() const { in current_session_memory() function in node::http2::Http2Session
755 // Return true if current_session_memory + amount is less than the max
757 return current_session_memory() + amount <= max_session_memory_; in has_available_session_memory()

Completed in 3 milliseconds