Home
last modified time | relevance | path

Searched defs:AlignedAlloc (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/util/
Daligned_alloc.h49 struct AlignedAlloc { struct
50 static void* Alloc(size_t size) { in Alloc()
89 static void Free(void* block) { in Free()
/third_party/skia/third_party/externals/angle2/src/common/
Daligned_memory.cpp23 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() function
/third_party/node/deps/v8/src/utils/
Dallocation.cc156 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
/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