Home
last modified time | relevance | path

Searched refs:DEFAULT_ALIGNMENT (Results 1 – 19 of 19) sorted by relevance

/NW4C-1.2.23/include/nw/os/
Dos_Memory.h37 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/
Dut_FrameHeap.h53 void* Alloc( u32 size, int alignment = DEFAULT_ALIGNMENT );
55 u32 GetAllocatableSize( int alignment = DEFAULT_ALIGNMENT );
Dut_HeapBase.h56 static const int DEFAULT_ALIGNMENT = 4; variable
/NW4C-1.2.23/include/nw/gfx/
Dgfx_MaterialActivator.h61 static size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_SimpleMaterialActivator.h61 static size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_ParticleModel.h121 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
142 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_ParticleSet.h136 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
157 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_ParticleCollection.h88 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
108 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_TransformAnim.h565 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
Dgfx_ParticleShape.h86 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
106 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_StandardSkeleton.h68 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_AnimObject.h138 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
Dgfx_Material.h73 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_SkeletalModel.h192 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const
Dgfx_ParticleEmitter.h78 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_SceneNode.h209 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
Dgfx_Model.h194 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
/NW4C-1.2.23/include/nw/ut/generated/
Dut_Signal.hi352 …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/
Dgfx_ResTextureMapper.h494 size_t GetMemorySizeForClone(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const