HomeSort by relevance Sort by last modified time
    Searched refs:reservation (Results 1 - 25 of 31) sorted by null

1 2

  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_free_buffer_test.cpp 115 // Test 1: no reservation => allocate buffer.
122 size_t reservation = buffer_.reserve_size(); local
132 EXPECT_EQ(reservation, buffer_.reserve_size());
  /external/v8/src/snapshot/
snapshot-common.cc 85 for (const auto& reservation : startup_snapshot->Reservations()) {
86 startup_total += reservation.chunk_size();
91 for (const auto& reservation : context_snapshots->at(i)->Reservations()) {
92 context_total += reservation.chunk_size();
185 List<Reservation> reservations;
202 // Copy reservation chunk sizes.
215 Vector<const SerializedData::Reservation> SnapshotData::Reservations() const {
216 return Vector<const Reservation>(
217 reinterpret_cast<const Reservation*>(data_ + kHeaderSize),
deserializer.cc 23 Vector<const SerializedData::Reservation> res) {
466 const Heap::Reservation& reservation = reservations_[space_index];
468 CHECK_LE(high_water_[space_index], reservation[chunk_index].end);
    [all...]
  /external/v8/src/base/platform/
platform-aix.cc 143 void* reservation = local
146 if (reservation == MAP_FAILED) return;
148 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-freebsd.cc 141 void* reservation = mmap(OS::GetRandomMmapAddr(), local
147 if (reservation == MAP_FAILED) return;
149 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-macos.cc 134 void* reservation = mmap(OS::GetRandomMmapAddr(), local
140 if (reservation == MAP_FAILED) return;
142 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-openbsd.cc 172 void* reservation = mmap(OS::GetRandomMmapAddr(), local
178 if (reservation == MAP_FAILED) return;
180 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-qnx.cc 198 void* reservation = mmap(OS::GetRandomMmapAddr(), local
204 if (reservation == MAP_FAILED) return;
206 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-solaris.cc 93 void* reservation = mmap(OS::GetRandomMmapAddr(), local
99 if (reservation == MAP_FAILED) return;
101 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-linux.cc 220 void* reservation = local
223 if (reservation == MAP_FAILED) return;
225 uint8_t* base = static_cast<uint8_t*>(reservation);
  /external/v8/src/heap/
spaces.cc 434 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation,
439 !code_range()->contains(static_cast<Address>(reservation->address())));
441 reservation->size() <= Page::kPageSize);
443 reservation->Release();
464 base::VirtualMemory reservation(size, alignment);
466 if (!reservation.IsReserved()) return NULL;
467 size_.Increment(reservation.size());
469 RoundUp(static_cast<Address>(reservation.address()), alignment);
470 controller->TakeControl(&reservation);
478 base::VirtualMemory reservation; local
661 base::VirtualMemory reservation; local
868 base::VirtualMemory* reservation = chunk->reserved_memory(); local
890 base::VirtualMemory* reservation = chunk->reserved_memory(); local
909 base::VirtualMemory* reservation = chunk->reserved_memory(); local
    [all...]
heap.cc 1158 Reservation* reservation = &reservations[space]; local
    [all...]
spaces.h 273 // give up the reservation as we still reuse the chunk at some point.
584 base::VirtualMemory* reservation);
598 // If the chunk needs to remember its memory reservation, it is stored here.
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mem_bsd.go 47 // much address space. Instead, assume that the reservation is okay
malloc.go 200 // reservation there, but SysReserve can still choose another
258 // On a 64-bit machine, allocate from a single contiguous reservation.
261 // The code will work with the reservation at any address, but ask
307 // with a giant virtual address space reservation.
311 // along with a reservation for an initial arena.
419 // TODO: Try smaller reservation
436 // reservation. It could be before or
468 // Keep taking from our reservation.
483 // If using 64-bit, our reservation is all we have.
488 // On 32-bit, once the reservation is gone we ca
    [all...]
mem_linux.go 185 // much address space. Instead, assume that the reservation is okay
  /prebuilts/go/linux-x86/src/runtime/
mem_bsd.go 47 // much address space. Instead, assume that the reservation is okay
malloc.go 200 // reservation there, but SysReserve can still choose another
258 // On a 64-bit machine, allocate from a single contiguous reservation.
261 // The code will work with the reservation at any address, but ask
307 // with a giant virtual address space reservation.
311 // along with a reservation for an initial arena.
419 // TODO: Try smaller reservation
436 // reservation. It could be before or
468 // Keep taking from our reservation.
483 // If using 64-bit, our reservation is all we have.
488 // On 32-bit, once the reservation is gone we ca
    [all...]
mem_linux.go 185 // much address space. Instead, assume that the reservation is okay
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 784 WifiManager.LocalOnlyHotspotReservation reservation = null;
797 reservation = r;
    [all...]
  /frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
SampleSliceProvider.java 81 "reservation",
149 case "/reservation":
410 "Show reservation location"))
417 R.drawable.reservation),
419 .setContentDescription("Image of your reservation in Seattle")))
    [all...]
  /frameworks/support/slices/view/src/androidTest/java/androidx/slice/render/
SliceCreator.java 74 "reservation",
132 case "/reservation":
474 .addImage(IconCompat.createWithResource(getContext(), R.drawable.reservation),
476 .setContentDescription("Image of your reservation in Seattle"));
491 "Show reservation location"))
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-nds32.c 13990 int reservation, times; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 

Completed in 670 milliseconds

1 2