Moved m_Sections
This commit is contained in:
parent
94c48febd2
commit
3efbdb1c9b
@ -111,6 +111,8 @@ private:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
sChunkSection * m_Sections[NumSections];
|
sChunkSection * m_Sections[NumSections];
|
||||||
|
|
||||||
|
cAllocationPool<cChunkData::sChunkSection> & m_Pool;
|
||||||
|
|
||||||
/** Allocates a new section. Entry-point to custom allocators. */
|
/** Allocates a new section. Entry-point to custom allocators. */
|
||||||
sChunkSection * Allocate(void);
|
sChunkSection * Allocate(void);
|
||||||
@ -122,7 +124,6 @@ private:
|
|||||||
/** Sets the data in the specified section to their default values. */
|
/** Sets the data in the specified section to their default values. */
|
||||||
void ZeroSection(sChunkSection * a_Section) const;
|
void ZeroSection(sChunkSection * a_Section) const;
|
||||||
|
|
||||||
cAllocationPool<cChunkData::sChunkSection> & m_Pool;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user