Home
last modified time | relevance | path

Searched refs:AlignedAlloc (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Daligned_memory_unittest.cpp24 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()
Daligned_memory.h18 void *AlignedAlloc(size_t size, size_t alignment);
Daligned_memory.cpp23 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() function
/third_party/gn/src/util/
Daligned_alloc_unittest.cc8 using AlignedAllocPtrSize = AlignedAlloc<sizeof(void*)>;
9 using AlignedAlloc32 = AlignedAlloc<32>;
Daligned_alloc.h49 struct AlignedAlloc { struct
/third_party/gn/src/gn/
Dimmutable_vector.h220 using Allocator = AlignedAlloc<kAlignment>;
/third_party/node/deps/v8/src/utils/
Dallocation.h99 V8_EXPORT_PRIVATE void* AlignedAlloc(size_t size, size_t alignment);
Dallocation.cc156 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
/third_party/node/deps/v8/src/heap/
Dslot-set.h96 AlignedAlloc(words * kWordSize, kSystemPointerSize)); in Allocate()
157 void* allocation = AlignedAlloc(size, kSystemPointerSize); in Allocate()
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.cc338 return AlignedAlloc(size, alignof(SamplingEventsProcessor)); in operator new()
/third_party/node/deps/v8/src/objects/
Dstring-table.cc200 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/
DIRTranslator.cpp1852 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/
Dvk_cache_utils.cpp1560 return angle::AlignedAlloc(size, 32); in operator new()