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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 824 AllocatorCache *thread_cache; member in struct:NewThreadParams
832 params->thread_cache->Deallocate(params->allocator, params->class_id, params);
849 params->thread_cache = &child_cache;
sanitizer_allocator_test.cc 824 AllocatorCache *thread_cache; member in struct:NewThreadParams
832 params->thread_cache->Deallocate(params->allocator, params->class_id, params);
849 params->thread_cache = &child_cache;

Completed in 158 milliseconds