Home
last modified time | relevance | path

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

/third_party/node/src/
Denv-inl.h48 : node_allocator_(isolate_data->node_allocator()) { in NoArrayBufferZeroFillScope()
64 inline NodeArrayBufferAllocator* IsolateData::node_allocator() const { in node_allocator() function
Denv.h127 ArrayBufferAllocator* node_allocator = nullptr,
139 inline NodeArrayBufferAllocator* node_allocator() const;
Denv.cc476 ArrayBufferAllocator* node_allocator, in IsolateData() argument
480 node_allocator_(node_allocator == nullptr ? nullptr in IsolateData()
481 : node_allocator->GetImpl()), in IsolateData()
Dnode_process_methods.cc188 env->isolate_data()->node_allocator(); in MemoryUsage()
Dnode_buffer.cc1266 NodeArrayBufferAllocator* allocator = env->isolate_data()->node_allocator(); in GetZeroFillToggle()
/third_party/node/src/api/
Denvironment.cc519 return isolate_data->node_allocator(); in GetArrayBufferAllocator()