Searched refs:reallocate_downward (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | grpc.h | 124 virtual uint8_t *reallocate_downward(uint8_t *old_p, size_t old_size, in reallocate_downward() function
|
D | flatbuffers.h | 450 virtual uint8_t *reallocate_downward(uint8_t *old_p, size_t old_size, 509 ? allocator->reallocate_downward(old_p, old_size, new_size, 511 : DefaultAllocator().reallocate_downward(old_p, old_size, new_size,
|