OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocatorStatCount
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/msan/
msan_allocator.cc
125
u64 stats[
AllocatorStatCount
];
133
u64 stats[
AllocatorStatCount
];
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
223
u64 stats[
AllocatorStatCount
];
231
u64 stats[
AllocatorStatCount
];
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
202
AllocatorStatCount
205
typedef u64 AllocatorStatCounters[
AllocatorStatCount
];
231
atomic_uint64_t stats_[
AllocatorStatCount
];
255
for (int i = 0; i <
AllocatorStatCount
; i++)
260
internal_memset(s, 0,
AllocatorStatCount
* sizeof(u64));
264
for (int i = 0; i <
AllocatorStatCount
; i++)
[
all
...]
Completed in 25 milliseconds