|
ONE - On-device Neural Engine
|
#include <grpc.h>

Public Member Functions | |
| SliceAllocator () | |
| SliceAllocator (const SliceAllocator &other)=delete | |
| SliceAllocator & | operator= (const SliceAllocator &other)=delete |
| SliceAllocator (SliceAllocator &&other) | |
| SliceAllocator & | operator= (SliceAllocator &&other) |
| void | swap (SliceAllocator &other) |
| virtual | ~SliceAllocator () |
| virtual uint8_t * | allocate (size_t size) override |
| virtual void | deallocate (uint8_t *p, size_t size) override |
| virtual uint8_t * | reallocate_downward (uint8_t *old_p, size_t old_size, size_t new_size, size_t in_use_back, size_t in_use_front) override |
Public Member Functions inherited from flatbuffers::Allocator | |
| virtual | ~Allocator () |
Friends | |
| class | MessageBuilder |
Additional Inherited Members | |
Protected Member Functions inherited from flatbuffers::Allocator | |
| void | 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) |
|
inline |
|
delete |
|
inline |
|
inlinevirtual |
|
inlineoverridevirtual |
Implements flatbuffers::Allocator.
Definition at line 100 of file grpc.h.
References FLATBUFFERS_ASSERT, and size.
|
inlineoverridevirtual |
Implements flatbuffers::Allocator.
Definition at line 106 of file grpc.h.
References FLATBUFFERS_ASSERT, p, and size.
|
delete |
|
inline |
Definition at line 86 of file grpc.h.
References swap().
|
inlineoverridevirtual |
Reimplemented from flatbuffers::Allocator.
Definition at line 112 of file grpc.h.
References FLATBUFFERS_ASSERT, and flatbuffers::Allocator::memcpy_downward().
|
inline |
Definition at line 93 of file grpc.h.
References swap().
Referenced by operator=(), SliceAllocator(), and swap().
|
friend |