HomeSort by: relevance | last modified time | path
    Searched defs:AllocatorType (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc 27 using AllocatorType = typename Array<TestData>::AllocatorType;
28 AllocatorType A(1 << 4);
34 using AllocatorType = typename Array<TestData>::AllocatorType;
35 AllocatorType A(1 << 4);
43 using AllocatorType = typename Array<TestData>::AllocatorType;
44 AllocatorType A(1 << 4);
53 using AllocatorType = typename Array<TestData>::AllocatorType
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 68 using AllocatorType = Allocator<SegmentSize>;
165 AllocatorType *Alloc;
297 explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT
346 AllocatorType &allocator() const XRAY_NEVER_INSTRUMENT {

Completed in 11 milliseconds