Searched refs:kFlatbufferDataAlignmentBytes (Results 1 – 3 of 3) sorted by relevance
64 kFlatbufferDataAlignmentBytes <= FLATBUFFERS_MAX_ALIGNMENT,67 (kFlatbufferDataAlignmentBytes & ~(kFlatbufferDataAlignmentBytes - 1)) ==68 kFlatbufferDataAlignmentBytes,
27 constexpr size_t kFlatbufferDataAlignmentBytes = 16; variable
723 size_t size = (bytes.size() / kFlatbufferDataAlignmentBytes + 1) * in copyStr()724 kFlatbufferDataAlignmentBytes; in copyStr()727 static_cast<char*>(_aligned_malloc(size, kFlatbufferDataAlignmentBytes)), in copyStr()731 ::posix_memalign(&p, kFlatbufferDataAlignmentBytes, size); in copyStr()736 static_cast<char*>(aligned_alloc(kFlatbufferDataAlignmentBytes, size)), in copyStr()