Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DUtil.cpp92 void* Allocate(size_t size, s32 alignment) in Allocate() argument
94 return s_pExpHeap->Allocate(size, alignment); in Allocate()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DUtil.h55 void* Allocate(size_t size, s32 alignment = 4);
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dcec_Main.cpp68 virtual void* Allocate(size_t size, s32 alignment = 4) in Allocate() argument
72 return expHeap.Allocate(size, alignment); in Allocate()
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dcec_Main.cpp136 virtual void* Allocate(size_t size, s32 alignment = 4) in Allocate() argument
140 return expHeap.Allocate(size, alignment); in Allocate()