Home
last modified time | relevance | path

Searched defs:is_internal (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h43 iallocztm(tsdn_t * tsdn,size_t size,szind_t ind,bool zero,tcache_t * tcache,bool is_internal,arena_t * arena,bool slow_path) iallocztm() argument
68 ipallocztm(tsdn_t * tsdn,size_t usize,size_t alignment,bool zero,tcache_t * tcache,bool is_internal,arena_t * arena) ipallocztm() argument
105 idalloctm(tsdn_t * tsdn,void * ptr,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool is_internal,bool slow_path) idalloctm() argument
[all...]
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_request.h163 BOOL is_internal; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp548 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint()
566 const bool is_internal = true; in SetExceptionBreakpoints() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp156 bool is_internal = true; in IsInternal() local
H A DBreakpointList.cpp25 BreakpointList(bool is_internal) BreakpointList() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp295 bool is_internal = true; in DoPlanExplainsStop() local
H A DThreadPlanStepRange.cpp352 const bool is_internal = true; in SetNextBranchBreakpoint() local
H A DLanguageRuntime.cpp240 bool is_internal) { in CreateExceptionBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp420 const bool is_internal = true; in SetExceptionBreakpoints() local
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c239 a0ialloc(size_t size,bool zero,bool is_internal) a0ialloc() argument
249 a0idalloc(void * ptr,bool is_internal) a0idalloc() argument
/freebsd/contrib/expat/lib/
H A Dxmlparse.c333 XML_Bool is_internal; /* true if declared in internal subset outside PE */ global() member