Bond
0.9
C++ Bond Runtime Library API Documentation
Loading...
Searching...
No Matches
Bond::DefaultAllocator Member List
This is the complete list of members for
Bond::DefaultAllocator
, including all inherited members.
Alloc
()
Bond::Allocator
inline
Alloc
(size_t numElements)
Bond::Allocator
inline
AllocAligned
(size_t align)
Bond::Allocator
inline
AllocAligned
(size_t numElements, size_t align)
Bond::Allocator
inline
AllocAlignedObject
(size_t align, Args &&... args)
Bond::Allocator
inline
Allocate
(size_t size) override
Bond::DefaultAllocator
inline
virtual
AllocateAligned
(size_t size, size_t align) override
Bond::DefaultAllocator
virtual
AllocObject
(Args &&... args)
Bond::Allocator
inline
AllocOwned
()
Bond::Allocator
inline
AllocOwned
(size_t numElements)
Bond::Allocator
inline
AllocOwnedAligned
(size_t align)
Bond::Allocator
inline
AllocOwnedAligned
(size_t numElements, size_t align)
Bond::Allocator
inline
AllocOwnedAlignedObject
(size_t align, Args &&... args)
Bond::Allocator
inline
AllocOwnedObject
(Args &&... args)
Bond::Allocator
inline
DefaultAllocator
()
Bond::DefaultAllocator
inline
Free
(void *buffer) override
Bond::DefaultAllocator
inline
virtual
Bond::Allocator::Free
(const void *buffer)
Bond::Allocator
inline
FreeAligned
(void *buffer) override
Bond::DefaultAllocator
virtual
Bond::Allocator::FreeAligned
(const void *buffer)
Bond::Allocator
inline
GetNumAllocations
() const
Bond::DefaultAllocator
inline
~Allocator
()
Bond::Allocator
inline
virtual
~DefaultAllocator
()
Bond::DefaultAllocator
inline
virtual