ONE - On-device Neural Engine
Loading...
Searching...
No Matches
default_allocator.h File Reference

Go to the source code of this file.

Data Structures

class  flatbuffers::DefaultAllocator
 

Namespaces

namespace  flatbuffers
 

Functions

uint8_t * flatbuffers::Allocate (Allocator *allocator, size_t size)
 
void flatbuffers::Deallocate (Allocator *allocator, uint8_t *p, size_t size)
 
uint8_t * flatbuffers::ReallocateDownward (Allocator *allocator, uint8_t *old_p, size_t old_size, size_t new_size, size_t in_use_back, size_t in_use_front)