Home
last modified time | relevance | path

Searched refs:ConfigureSegmentPool (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/zone/
Daccounting-allocator.h45 void ConfigureSegmentPool(const size_t max_pool_size);
Daccounting-allocator.cc40 void AccountingAllocator::ConfigureSegmentPool(const size_t max_pool_size) { in ConfigureSegmentPool() function in v8::internal::AccountingAllocator
/external/v8/src/
Dapi.cc969 isolate->allocator()->ConfigureSegmentPool(max_pool_size); in SetResourceConstraints()