AllocationInfo
AllocationInfo::AddListAllocation(size_t capacity, size_t elementSize)
AllocationInfo::AddOtherAllocation(size_t size, size_t count)
AllocationInfo::AddStringAllocation(size_t size)
AllocationInfo::Dump() const
AllocationInfo::AllocationInfo()
AllocationInfo::~AllocationInfo()
AllocationInfo::AddNodeTableAllocation(size_t arraySize, size_t vectorSize,
AllocationInfo::AddDirectoryEntryTableAllocation(size_t arraySize,
AllocationInfo::AddAttributeAllocation(size_t size)
AllocationInfo::AddDirectoryAllocation()
AllocationInfo::AddEntryAllocation()
AllocationInfo::AddFileAllocation(size_t size)
AllocationInfo::AddSymLinkAllocation(size_t size)
class AllocationInfo {
AllocationInfo();
~AllocationInfo();
Attribute::GetAllocationInfo(AllocationInfo &info)
class AllocationInfo;
void GetAllocationInfo(AllocationInfo &info);
Directory::GetAllocationInfo(AllocationInfo &info)
virtual void GetAllocationInfo(AllocationInfo &info);
void GetAllocationInfo(AllocationInfo &info)
Entry::GetAllocationInfo(AllocationInfo &info)
class AllocationInfo;
void GetAllocationInfo(AllocationInfo &info);
File::GetAllocationInfo(AllocationInfo &info)
virtual void GetAllocationInfo(AllocationInfo &info);
Node::GetAllocationInfo(AllocationInfo &info)
virtual void GetAllocationInfo(AllocationInfo &info);
class AllocationInfo;
NodeTable::GetAllocationInfo(AllocationInfo &info)
void GetAllocationInfo(AllocationInfo &info);
SymLink::GetAllocationInfo(AllocationInfo &info)
virtual void GetAllocationInfo(AllocationInfo &info);
Volume::GetAllocationInfo(AllocationInfo &info) const
void GetAllocationInfo(AllocationInfo &info) const;
class AllocationInfo;
AllocationInfo *info = (AllocationInfo*)buffer;