Searched refs:AlignedAlloc (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | aligned_memory_unittest.cpp | 24 void *p = AlignedAlloc(8, 8); in TEST() 29 p = AlignedAlloc(8, 16); in TEST() 34 p = AlignedAlloc(8, 256); in TEST() 39 p = AlignedAlloc(8, 4096); in TEST()
|
D | aligned_memory.h | 18 void *AlignedAlloc(size_t size, size_t alignment);
|
D | aligned_memory.cpp | 23 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() function
|
/third_party/gn/src/util/ |
D | aligned_alloc_unittest.cc | 8 using AlignedAllocPtrSize = AlignedAlloc<sizeof(void*)>; 9 using AlignedAlloc32 = AlignedAlloc<32>;
|
D | aligned_alloc.h | 49 struct AlignedAlloc { struct
|
/third_party/gn/src/gn/ |
D | immutable_vector.h | 220 using Allocator = AlignedAlloc<kAlignment>;
|
/third_party/node/deps/v8/src/utils/ |
D | allocation.h | 99 V8_EXPORT_PRIVATE void* AlignedAlloc(size_t size, size_t alignment);
|
D | allocation.cc | 156 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/third_party/node/deps/v8/src/heap/ |
D | slot-set.h | 96 AlignedAlloc(words * kWordSize, kSystemPointerSize)); in Allocate() 157 void* allocation = AlignedAlloc(size, kSystemPointerSize); in Allocate()
|
/third_party/node/deps/v8/src/profiler/ |
D | cpu-profiler.cc | 338 return AlignedAlloc(size, alignof(SamplingEventsProcessor)); in operator new()
|
/third_party/node/deps/v8/src/objects/ |
D | string-table.cc | 200 return AlignedAlloc(size + (capacity - 1) * sizeof(Tagged_t), in operator new()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1852 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local 1854 MIRBuilder.buildDynStackAlloc(getOrCreateVReg(AI), AlignedAlloc, Align); in translateAlloca()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 1560 return angle::AlignedAlloc(size, 32); in operator new()
|