Home
last modified time | relevance | path

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

/third_party/node/src/
Dallocated_buffer-inl.h26 : node_allocator_(isolate_data->node_allocator()) { in NoArrayBufferZeroFillScope()
27 if (node_allocator_ != nullptr) node_allocator_->zero_fill_field()[0] = 0; in NoArrayBufferZeroFillScope()
31 if (node_allocator_ != nullptr) node_allocator_->zero_fill_field()[0] = 1; in ~NoArrayBufferZeroFillScope()
Dallocated_buffer.h23 NodeArrayBufferAllocator* node_allocator_;
Denv.cc195 node_allocator_(node_allocator == nullptr ? nullptr in IsolateData()
218 if (node_allocator_ != nullptr) { in MemoryInfo()
220 "node_allocator", sizeof(*node_allocator_), "NodeArrayBufferAllocator"); in MemoryInfo()
Denv-inl.h53 return node_allocator_; in node_allocator()
Denv.h577 NodeArrayBufferAllocator* const node_allocator_; variable