HomeSort by relevance Sort by last modified time
    Searched refs:max_pool_size (Results 1 - 4 of 4) sorted by null

  /external/v8/src/zone/
accounting-allocator.cc 38 void AccountingAllocator::ConfigureSegmentPool(const size_t max_pool_size) {
42 size_t fits_fully = max_pool_size / full_size;
52 // This code will work best if the max_pool_size is a multiple of the
53 // full_size. If max_pool_size is no sum of segment sizes the actual pool
54 // size might be smaller then max_pool_size. Note that no actual memory gets
58 // max_pool_size more efficiently.
63 max_pool_size) {
accounting-allocator.h 44 // grow bigger than max_pool_size.
47 void ConfigureSegmentPool(const size_t max_pool_size);
  /frameworks/native/vulkan/libvulkan/
api.cpp 114 size_t max_pool_size; member in struct:vulkan::api::__anon41547::OverrideLayerNames::ImplicitLayerArray
244 while (arr.pool_size + name_size > arr.max_pool_size) {
245 size_t new_max_pool_size = (arr.max_pool_size)
246 ? (arr.max_pool_size << 1)
250 if (new_max_pool_size > arr.max_pool_size) {
263 arr.max_pool_size = new_max_pool_size;
    [all...]
  /external/v8/src/
api.cc 863 size_t max_pool_size = constraints.max_zone_pool_size(); local
    [all...]

Completed in 74 milliseconds