Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_wasi.h100 size_t current_uvwasi_memory_ = 0; member in node::wasi::WASI
H A Dnode_wasi.cc139 CHECK_EQ(current_uvwasi_memory_, 0); in ~WASI()
144 tracker->TrackFieldWithSize("uvwasi_memory", current_uvwasi_memory_); in MemoryInfo()
148 CHECK_GE(current_uvwasi_memory_, previous_size); in CheckAllocatedSize()
152 current_uvwasi_memory_ += size; in IncreaseAllocatedSize()
156 current_uvwasi_memory_ -= size; in DecreaseAllocatedSize()

Completed in 4 milliseconds