Home
last modified time | relevance | path

Searched refs:reallocate_downward (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dgrpc.h124 virtual uint8_t *reallocate_downward(uint8_t *old_p, size_t old_size, in reallocate_downward() function
Dflatbuffers.h450 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,