Home
last modified time | relevance | path

Searched defs:SlabSize (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DAllocator.h441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
450 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DAllocator.h441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
450 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DAllocator.h417 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument
434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DAllocator.h441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
450 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DAllocator.h441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
450 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAllocator.h420 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument
437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DAllocator.h446 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
455 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAllocator.h503 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument
520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp50 size_t SlabSize = SlabEnd - (char *)SlabStart; in allocate() local
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp212 uintptr_t SlabSize = 0; member in TrivialMemoryManager