Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h99 size_t current_uvwasi_memory_ = 0; variable
Dnode_wasi.cc142 CHECK_EQ(current_uvwasi_memory_, 0); in ~WASI()
147 tracker->TrackFieldWithSize("uvwasi_memory", current_uvwasi_memory_); in MemoryInfo()
151 CHECK_GE(current_uvwasi_memory_, previous_size); in CheckAllocatedSize()
155 current_uvwasi_memory_ += size; in IncreaseAllocatedSize()
159 current_uvwasi_memory_ -= size; in DecreaseAllocatedSize()