FlatBuffers
An open source project by FPL.
flatbuffers::Allocator Member List

This is the complete list of members for flatbuffers::Allocator, including all inherited members.

allocate(size_t size)=0 (defined in flatbuffers::Allocator)flatbuffers::Allocatorpure virtual
deallocate(uint8_t *p, size_t size)=0 (defined in flatbuffers::Allocator)flatbuffers::Allocatorpure virtual
memcpy_downward(uint8_t *old_p, size_t old_size, uint8_t *new_p, size_t new_size, size_t in_use_back, size_t in_use_front) (defined in flatbuffers::Allocator)flatbuffers::Allocatorinlineprotected
reallocate_downward(uint8_t *old_p, size_t old_size, size_t new_size, size_t in_use_back, size_t in_use_front) (defined in flatbuffers::Allocator)flatbuffers::Allocatorinlinevirtual
~Allocator() (defined in flatbuffers::Allocator)flatbuffers::Allocatorinlinevirtual