Home
last modified time | relevance | path

Searched refs:ALLOCATOR (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h32 ALLOCATOR = 2, enumerator
65 {0X0E00000000000, 0X0E40000000000, MappingDesc::ALLOCATOR, "allocator"},
89 {0x700000000000ULL, 0x740000000000ULL, MappingDesc::ALLOCATOR, "allocator"},
121 (addr_is_type((uptr)(mem), MappingDesc::APP | MappingDesc::ALLOCATOR))
H A Ddfsan.cpp1204 CHECK(type == MappingDesc::APP || type == MappingDesc::ALLOCATOR); in InitShadow()
1206 if (dry_run && type == MappingDesc::ALLOCATOR && in InitShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp95 if (type == MappingDesc::APP || type == MappingDesc::ALLOCATOR) { in CheckMemoryLayoutSanity()
149 CHECK(type == MappingDesc::APP || type == MappingDesc::ALLOCATOR); in InitShadow()
151 if (dry_run && type == MappingDesc::ALLOCATOR && in InitShadow()
/freebsd/lib/libpmc/
H A Dlibpmc.c190 #define PMC_CLASS_TABLE_DESC(NAME, CLASS, EVENTS, ALLOCATOR) \ argument
199 .pm_evc_allocate_pmc = ALLOCATOR##_allocate_pmc \