Searched refs:KeyLength (Results 1 – 1 of 1) sorted by relevance
48 size_t KeyLength = Key.size(); in allocateWithKey() local52 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey()58 if (KeyLength > 0) in allocateWithKey()59 ::memcpy(Buffer, Key.data(), KeyLength); in allocateWithKey()60 Buffer[KeyLength] = 0; // Null terminate for convenience of clients. in allocateWithKey()