Searched defs:unmap (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/ |
H A D | guarded_pool_allocator_fuchsia.cpp | 38 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator
|
H A D | guarded_pool_allocator_posix.cpp | 54 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | trusty.cpp | 60 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() function
|
H A D | fuchsia.cpp | 133 void unmap(void *Addr, uptr Size, uptr Flags, MapPlatformData *Data) { in unmap() function
|
H A D | linux.cpp | 77 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, in unmap() function
|
H A D | secondary.h | 67 static void unmap(LargeBlock::Header *H) { in unmap() function
|
/openbsd-src/sys/dev/ata/ |
H A D | atascsi.c | 1041 struct scsi_unmap_data *unmap; in atascsi_disk_unmap() local 1096 struct scsi_unmap_data *unmap; in atascsi_disk_unmap_task() local [all...] |
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 1327 void unmap() { in unmap() function
|
/openbsd-src/libexec/ld.so/ |
H A D | malloc.c | 377 unmap(struct dir_info *d, void *p, size_t sz, int junk) in unmap() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 2362 void (*unmap)(void *, void *, uptr); member
|
/openbsd-src/lib/libc/stdlib/ |
H A D | malloc.c | 795 unmap(struct dir_info *d, void *p, size_t sz, size_t clear) in unmap() function [all...] |