Home
last modified time | relevance | path

Searched refs:node_allocator (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dallocated_buffer-inl.h26 : node_allocator_(isolate_data->node_allocator()) { in NoArrayBufferZeroFillScope()
Denv.cc191 ArrayBufferAllocator* node_allocator, in IsolateData() argument
195 node_allocator_(node_allocator == nullptr ? nullptr in IsolateData()
196 : node_allocator->GetImpl()), in IsolateData()
Dnode_process_methods.cc216 env->isolate_data()->node_allocator(); in MemoryUsage()
Denv.h515 ArrayBufferAllocator* node_allocator = nullptr,
527 inline NodeArrayBufferAllocator* node_allocator() const;
Denv-inl.h52 inline NodeArrayBufferAllocator* IsolateData::node_allocator() const { in node_allocator() function
Dnode_buffer.cc1186 env->isolate_data()->node_allocator()) { in Initialize()
/third_party/node/src/api/
Denvironment.cc474 return isolate_data->node_allocator(); in GetArrayBufferAllocator()