Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h37 ALLOCATOR = 2, enumerator
93 {0x0E00000000000, 0x0E40000000000, MappingDesc::ALLOCATOR, "allocator"},
116 {0x700000000000ULL, 0x740000000000ULL, MappingDesc::ALLOCATOR, "allocator"},
129 {0x300000000000ULL, 0x320000000000ULL, MappingDesc::ALLOCATOR, "allocator"},
153 {0x440000000000ULL, 0x460000000000ULL, MappingDesc::ALLOCATOR, "allocator"},
221 {0x700000000000ULL, 0x740000000000ULL, MappingDesc::ALLOCATOR, "allocator"},
252 (addr_is_type((uptr)(mem), MappingDesc::APP | MappingDesc::ALLOCATOR))
H A Dmsan_linux.cpp94 if (type == MappingDesc::APP || type == MappingDesc::ALLOCATOR) { in CheckMemoryLayoutSanity()
148 CHECK(type == MappingDesc::APP || type == MappingDesc::ALLOCATOR); in InitShadow()
150 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 \