Home
last modified time | relevance | path

Searched refs:dispatchImpl (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_linux.h56 MemMapT dispatchImpl(uptr Addr, uptr Size);
H A Dmem_map_fuchsia.h62 MemMapT dispatchImpl(uptr Addr, uptr Size);
H A Dmem_map.h66 MemMapT dispatchImpl(uptr Addr, uptr Size);
H A Dmem_map.cpp77 ReservedMemoryDefault::MemMapT ReservedMemoryDefault::dispatchImpl(uptr Addr, in dispatchImpl() function in scudo::ReservedMemoryDefault
H A Dmem_map_linux.cpp146 ReservedMemoryLinux::MemMapT ReservedMemoryLinux::dispatchImpl(uptr Addr, in dispatchImpl() function in scudo::ReservedMemoryLinux
H A Dmem_map_base.h112 return invokeImpl(&Derived::dispatchImpl, Addr, Size); in dispatch()
H A Dmem_map_fuchsia.cpp245 ReservedMemoryFuchsia::MemMapT ReservedMemoryFuchsia::dispatchImpl(uptr Addr, in dispatchImpl() function in scudo::ReservedMemoryFuchsia