Searched refs:gap (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dextent_dss.c100 extent_t *gap; local
113 gap = extent_alloc(tsdn, arena);
114 if (gap == NULL)
133 * Compute how much gap space (if any) is necessary to
142 extent_init(gap, arena, gap_addr, gap_size,
166 extent_dalloc_gap(tsdn, arena, gap);
168 extent_dalloc(tsdn, arena, gap);
202 extent_dalloc(tsdn, arena, gap);
/fuchsia/zircon/system/utest/fidl-compiler/
H A Dvisitor_unittests.cpp40 std::string gap(ws_location, size);
42 output_ += gap + content;
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dformatter.h375 // str is a gap plus the next meaningful token.
387 std::string gap(ws_location, size);
389 std::string total_string = FormatAndPrintSegment(gap + content);
/fuchsia/zircon/system/ulib/chromeos-disk-setup/
H A Dchromeos-disk-setup.c146 uint64_t gap = parts[i]->first - (prev_end + 1); local
147 if (gap >= blocks_req) {
/fuchsia/zircon/kernel/vm/
H A Dvm_address_region.cpp440 vaddr_t gap_beg; // first byte of a gap
441 vaddr_t gap_end; // last byte of a gap
448 // compute the starting address of the gap
458 // compute the ending address of the gap
461 goto next_gap; // no gap between regions
469 goto not_found; // no gap at the end of address space. Stop search
866 // Find the first gap in the address space which can contain a region of the
891 // Scan the regions list to find the gap to the left of each region. We
897 const size_t gap = region.base() - prev_region_end; local
898 if (!func(prev_region_end, gap)) {
909 const size_t gap = end - prev_region_end; local
[all...]
/fuchsia/zircon/system/utest/core/vmar/
H A Dvmar.cpp1246 // Create two mappings with a gap, and verify we can unmap them
1400 for (size_t gap = PAGE_SIZE; gap < 3 * PAGE_SIZE; gap += PAGE_SIZE) {
1403 mapping_size + gap, vmo, 0, mapping_size, &mapping_addr),
1571 // or gap fails
1634 // Try to protect across a gap

Completed in 98 milliseconds