HomeSort by: relevance | last modified time | path
    Searched defs:Unmap (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stack_store.cpp 100 void StackStore::Unmap(void *addr, uptr size) {
295 store->Unmap(ptr, packed_size_aligned);
347 store->Unmap(packed, kBlockSizeBytes);
353 store->Unmap(packed + packed_size_aligned,
358 store->Unmap(ptr, kBlockSizeBytes);
366 store->Unmap(ptr, kBlockSizeBytes);
sanitizer_win.cpp 154 // MEM_RELEASE can only be used to unmap whole regions previously mapped with
162 CHECK("unable to unmap" && 0);
196 // If we got it right on the first try, return. Otherwise, unmap it and go to
204 // unmap, and try to allocate at that aligned address.
300 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
301 // Only unmap if it covers the entire range.
303 // We unmap the whole range, just null out the base.
sanitizer_posix_libcdep.cpp 358 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
361 // If we unmap the whole range, just null out the base.
sanitizer_fuchsia.cpp 249 CHECK("unable to unmap" && 0);
255 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
316 // beginning of the VMO, and unmap the excess before and after.
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp 145 // MEM_RELEASE can only be used to unmap whole regions previously mapped with
153 CHECK("unable to unmap" && 0);
187 // If we got it right on the first try, return. Otherwise, unmap it and go to
195 // unmap, and try to allocate at that aligned address.
280 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
281 // Only unmap if it covers the entire range.
283 // We unmap the whole range, just null out the base.
sanitizer_posix_libcdep.cpp 358 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
361 // If we unmap the whole range, just null out the base.
sanitizer_fuchsia.cpp 246 CHECK("unable to unmap" && 0);
252 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
298 // beginning of the VMO, and unmap the excess before and after.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 376 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
379 // If we unmap the whole range, just null out the base.
sanitizer_fuchsia.cc 275 CHECK("unable to unmap" && 0);
281 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
327 // beginning of the VMO, and unmap the excess before and after.
sanitizer_win.cc 126 // MEM_RELEASE can only be used to unmap whole regions previously mapped with
134 CHECK("unable to unmap" && 0);
168 // If we got it right on the first try, return. Otherwise, unmap it and go to
176 // unmap, and try to allocate at that aligned address.
255 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
256 // Only unmap if it covers the entire range.
258 // We unmap the whole range, just null out the base.
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 362 EFI_PCI_IO_PROTOCOL_UNMAP Unmap;
391 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_UNMAP Unmap;
efiprot.h 670 EFI_IO_UNMAP Unmap;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 994 ACPI_EFI_UNKNOWN_INTERFACE Unmap;

Completed in 89 milliseconds