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

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 32 alloc.InitCache(&cache);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/
Sec.c 103 InitCache (
146 InitCache ((UINT32)MemoryBase, (UINT32)MemorySize);
Cache.c 36 InitCache (
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/
Sec.c 103 InitCache (
146 InitCache ((UINT32)MemoryBase, (UINT32)MemorySize);
Cache.c 36 InitCache (
  /external/arm-neon-tests/
Makefile 82 InitCache.o Init.o $(REFOBJS.rvct)
85 InitCache.o Init.o $(REFOBJS.rvct)
94 InitCache.o Init.o: %.o: %.s
126 retarget.rvct.o InitCache.o Init.o $(REFOBJS.gccarm)
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 89 void InitCache(Cache *c) {
tsan_mman.cc 122 allocator()->InitCache(&proc->alloc_cache);
123 internal_allocator()->InitCache(&proc->internal_alloc_cache);
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 201 getAllocator().InitCache(&Cache);
312 BackendAllocator.InitCache(&FallbackAllocatorCache);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 963 InitCache();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h 370 virtual HRESULT STDMETHODCALLTYPE InitCache(
413 HRESULT (STDMETHODCALLTYPE *InitCache)(
439 #define IOleCache_InitCache(This,pDataObject) (This)->lpVtbl->InitCache(This,pDataObject)
463 return This->lpVtbl->InitCache(This,pDataObject);
601 HRESULT (STDMETHODCALLTYPE *InitCache)(
638 #define IOleCache2_InitCache(This,pDataObject) (This)->lpVtbl->InitCache(This,pDataObject)
665 return This->lpVtbl->InitCache(This,pDataObject);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 431 a->InitCache(&cache);

Completed in 122 milliseconds