Searched refs:DEFAULT_ALIGNMENT (Results 1 – 19 of 19) sorted by relevance
| /NW4C-1.2.23/include/nw/os/ |
| D | os_Memory.h | 37 static const int DEFAULT_ALIGNMENT = 4; 67 void* Alloc(size_t size) { return this->Alloc( size, DEFAULT_ALIGNMENT ); } in Alloc() 70 void* AllocAndClear(size_t size, u8 data, u8 alignment = DEFAULT_ALIGNMENT) 83 TObject* Alloc(size_t size, u8 alignment = DEFAULT_ALIGNMENT) 90 TObject* AllocAndClear(size_t size, u8 data, u8 alignment = DEFAULT_ALIGNMENT) 104 TObject* AllocAndConstruct(size_t size, u8 alignment = DEFAULT_ALIGNMENT) 121 TObject* AllocAndFill(size_t size, const TObject& object, u8 alignment = DEFAULT_ALIGNMENT)
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_FrameHeap.h | 53 void* Alloc( u32 size, int alignment = DEFAULT_ALIGNMENT ); 55 u32 GetAllocatableSize( int alignment = DEFAULT_ALIGNMENT );
|
| D | ut_HeapBase.h | 56 static const int DEFAULT_ALIGNMENT = 4; variable
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_MaterialActivator.h | 61 static size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_SimpleMaterialActivator.h | 61 static size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_ParticleModel.h | 121 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 142 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_ParticleSet.h | 136 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 157 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_ParticleCollection.h | 88 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 108 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_TransformAnim.h | 565 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 923 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 1045 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 1163 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const
|
| D | gfx_ParticleShape.h | 86 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 106 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_StandardSkeleton.h | 68 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_AnimObject.h | 138 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 536 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 1290 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 1804 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 2059 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 2242 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const
|
| D | gfx_Material.h | 73 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_SkeletalModel.h | 192 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const
|
| D | gfx_ParticleEmitter.h | 78 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_SceneNode.h | 209 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| D | gfx_Model.h | 194 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
|
| /NW4C-1.2.23/include/nw/ut/generated/ |
| D | ut_Signal.hi | 352 …tatic size_t GetMemorySizeForInvalidateSignal(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 372 …emorySizeForFixedSizedSignal(size_t maxSlots, size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 760 …tatic size_t GetMemorySizeForInvalidateSignal(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 780 …emorySizeForFixedSizedSignal(size_t maxSlots, size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 1169 …tatic size_t GetMemorySizeForInvalidateSignal(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 1189 …emorySizeForFixedSizedSignal(size_t maxSlots, size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 1579 …tatic size_t GetMemorySizeForInvalidateSignal(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 1599 …emorySizeForFixedSizedSignal(size_t maxSlots, size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 1990 …tatic size_t GetMemorySizeForInvalidateSignal(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 2010 …emorySizeForFixedSizedSignal(size_t maxSlots, size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) [all …]
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResTextureMapper.h | 494 size_t GetMemorySizeForClone(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const
|