Home
last modified time | relevance | path

Searched defs:size_hint (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp342 uint32_t size_hint) { in SetSoftwareBreakpoint()
427 uint32_t size_hint) { in EnableSoftwareBreakpoint()
504 NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp437 NativeProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3069 bool free_fastpath(void *ptr, size_t size, bool size_hint) { in free_fastpath()