Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dutil.h446 return !IsInvalidated() && buf_ != buf_st_; in IsAllocated()
458 buf_ = buf_st_; in Release()
460 capacity_ = arraysize(buf_st_); in Release()
464 : length_(0), capacity_(arraysize(buf_st_)), buf_(buf_st_) { in MaybeStackBuffer()
488 T buf_st_[kStackStorageSize]; member in node::MaybeStackBuffer
H A Dutil-inl.h523 memcpy(buf_, buf_st_, length_ * sizeof(buf_[0])); in AllocateSufficientStorage()

Completed in 5 milliseconds