Home
last modified time | relevance | path

Searched refs:space_size (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp152 char* buffer_copy_space, int space_size, in TrimAndCut() argument
158 (void) space_size; // Mark variable as used. in TrimAndCut()
159 DOUBLE_CONVERSION_ASSERT(space_size >= kMaxSignificantDecimalDigits); in TrimAndCut()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp1144 uptr space_size = shadow_size_bytes + left_padding; in MapDynamicShadow() local
1148 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in MapDynamicShadow()
1150 FindAvailableMemoryRange(space_size, alignment, granularity, in MapDynamicShadow()
1164 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in MapDynamicShadow()
1169 space_size = (high_mem_end >> shadow_scale) + left_padding; in MapDynamicShadow()
1170 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in MapDynamicShadow()
1171 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in MapDynamicShadow()
Dsanitizer_win.cpp359 uptr space_size = shadow_size_bytes + left_padding; in MapDynamicShadow() local
360 uptr shadow_start = FindAvailableMemoryRange(space_size, alignment, in MapDynamicShadow()
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md534 sum(a.size) as space_size, sum(a.count) as space_count
539 group by 1, 2, 3, 4, 5, 6, 7 order by space_size desc;
542 | callsite_id | ts | upid | name | rel_pc | build_id | mapping_name | space_size | space_count |
/external/e2fsprogs/lib/blkid/
Dprobe.h401 unsigned char space_size[8]; member