Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_ring_buffer_test.cpp78 CompactRingBuffer<T> *AllocCompactRingBuffer(size_t count) { in AllocCompactRingBuffer() function
90 auto R = AllocCompactRingBuffer<int64_t>(count); in TEST()