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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_fuchsia.cc 175 // TODO(mcgrathr): Maybe allocate a VMAR for all sanitizer heap and use that?
211 zx_handle_t vmar; local in function:__sanitizer::ReservedAddressRange::Init
216 0, init_size, &vmar, &base);
222 os_handle_ = vmar;
227 static uptr DoMmapFixedOrDie(zx_handle_t vmar, uptr fixed_addr, uptr map_size,
243 _zx_vmar_map(vmar, ZX_VM_PERM_READ | ZX_VM_PERM_WRITE | ZX_VM_SPECIFIC,
283 const zx_handle_t vmar = static_cast<zx_handle_t>(os_handle_); local in function:__sanitizer::ReservedAddressRange::Unmap
286 // Destroying the vmar effectively unmaps the whole mapping.
287 _zx_vmar_destroy(vmar);
288 _zx_handle_close(vmar);
    [all...]
sanitizer_fuchsia.cc 175 // TODO(mcgrathr): Maybe allocate a VMAR for all sanitizer heap and use that?
211 zx_handle_t vmar; local in function:__sanitizer::ReservedAddressRange::Init
216 0, init_size, &vmar, &base);
222 os_handle_ = vmar;
227 static uptr DoMmapFixedOrDie(zx_handle_t vmar, uptr fixed_addr, uptr map_size,
243 _zx_vmar_map(vmar, ZX_VM_PERM_READ | ZX_VM_PERM_WRITE | ZX_VM_SPECIFIC,
283 const zx_handle_t vmar = static_cast<zx_handle_t>(os_handle_); local in function:__sanitizer::ReservedAddressRange::Unmap
286 // Destroying the vmar effectively unmaps the whole mapping.
287 _zx_vmar_destroy(vmar);
288 _zx_handle_close(vmar);
    [all...]
sanitizer_fuchsia.cc 175 // TODO(mcgrathr): Maybe allocate a VMAR for all sanitizer heap and use that?
211 zx_handle_t vmar; local in function:__sanitizer::ReservedAddressRange::Init
216 0, init_size, &vmar, &base);
222 os_handle_ = vmar;
227 static uptr DoMmapFixedOrDie(zx_handle_t vmar, uptr fixed_addr, uptr map_size,
243 _zx_vmar_map(vmar, ZX_VM_PERM_READ | ZX_VM_PERM_WRITE | ZX_VM_SPECIFIC,
283 const zx_handle_t vmar = static_cast<zx_handle_t>(os_handle_); local in function:__sanitizer::ReservedAddressRange::Unmap
286 // Destroying the vmar effectively unmaps the whole mapping.
287 _zx_vmar_destroy(vmar);
288 _zx_handle_close(vmar);
    [all...]

Completed in 31 milliseconds