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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 794 static AllocatorCache static_allocator_cache; variable in typeref:typename:AllocatorCache
799 static_allocator_cache.Allocate(a, 10);
800 static_allocator_cache.Drain(a);
sanitizer_allocator_test.cc 794 static AllocatorCache static_allocator_cache; variable in typeref:typename:AllocatorCache
799 static_allocator_cache.Allocate(a, 10);
800 static_allocator_cache.Drain(a);

Completed in 79 milliseconds