Home
last modified time | relevance | path

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

/external/v8/src/zone/
Daccounting-allocator.cc40 static const size_t full_size = (size_t(1) << (kMaxSegmentSizePower + 1)) - in ConfigureSegmentPool() local
42 size_t fits_fully = max_pool_size / full_size; in ConfigureSegmentPool()
59 size_t total_size = fits_fully * full_size; in ConfigureSegmentPool()
/external/mesa3d/src/util/
Dralloc.c638 unsigned full_size; in linear_alloc_child() local
644 full_size = sizeof(linear_size_chunk) + size; in linear_alloc_child()
646 if (unlikely(latest->offset + full_size > latest->size)) { in linear_alloc_child()
660 latest->offset += full_size; in linear_alloc_child()
/external/libchrome/base/debug/
Dactivity_tracker.cc486 size_t full_size = std::min(base_size + value_extent, available_); in Set() local
491 full_size = base_size; in Set()
499 size = std::min(full_size - base_size, size); in Set()
506 memory_ += full_size; in Set()
507 available_ -= full_size; in Set()
514 header->record_size = full_size; in Set()
531 info->extent = full_size - sizeof(FieldHeader) - name_extent; in Set()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp265 const unsigned orig_size = orig->full_size(); in HandlePathDiagnostic()
266 const unsigned new_size = D->full_size(); in HandlePathDiagnostic()
1046 unsigned PathDiagnostic::full_size() { in full_size() function in PathDiagnostic
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h761 unsigned full_size();
/external/v8/src/
Dfactory.cc2493 int full_size = isolate()->heap()->FullSizeNumberStringCacheLength(); in SetNumberStringCache() local
2494 if (number_string_cache()->length() != full_size) { in SetNumberStringCache()
2495 Handle<FixedArray> new_cache = NewFixedArray(full_size, TENURED); in SetNumberStringCache()