Searched refs:ALLOCATOR (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_platform.h | 32 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 D | dfsan.cpp | 1204 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 D | msan_linux.cpp | 95 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 D | libpmc.c | 190 #define PMC_CLASS_TABLE_DESC(NAME, CLASS, EVENTS, ALLOCATOR) \ argument 199 .pm_evc_allocate_pmc = ALLOCATOR##_allocate_pmc \
|