HomeSort by relevance Sort by last modified time
    Searched refs:InitCache (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 32 alloc.InitCache(&cache);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 71 allocator()->InitCache(&thr->alloc_cache);
72 internal_allocator()->InitCache(&thr->internal_alloc_cache);
tsan_dense_alloc.h 89 void InitCache(Cache *c) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 939 InitCache();
967 void InitCache() {
977 InitCache()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h 210 virtual HRESULT WINAPI InitCache(IDataObject *pDataObject) = 0;
222 HRESULT (WINAPI *InitCache)(IOleCache *This,IDataObject *pDataObject);
236 #define IOleCache_InitCache(This,pDataObject) (This)->lpVtbl->InitCache(This,pDataObject)
286 HRESULT (WINAPI *InitCache)(IOleCache2 *This,IDataObject *pDataObject);
302 #define IOleCache2_InitCache(This,pDataObject) (This)->lpVtbl->InitCache(This,pDataObject)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 423 a->InitCache(&cache);

Completed in 282 milliseconds