Home
last modified time | relevance | path

Searched refs:CheckAllocatedSize (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode_mem-inl.h50 manager->CheckAllocatedSize(previous_size); in ReallocImpl()
Dnode_wasi.h81 void CheckAllocatedSize(size_t previous_size) const;
Dnode_http2.h690 void CheckAllocatedSize(size_t previous_size) const;
Dnode_wasi.cc150 void WASI::CheckAllocatedSize(size_t previous_size) const { in CheckAllocatedSize() function in node::wasi::WASI
Dnode_http2.cc449 void Http2Session::CheckAllocatedSize(size_t previous_size) const { in CheckAllocatedSize() function in node::http2::Http2Session