mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 02:02:39 +00:00
[Swift] Improving reallocation time by using memcpy and moving reallocation code to storage (#5960)
Removes stride Use capacity - current size to initialize Fixes memory leak Updated test code for linux
This commit is contained in:
@@ -36,6 +36,7 @@ extension FlatBuffersStructsTests {
|
||||
("testCreatingVectorStructWithForcedDefaults", testCreatingVectorStructWithForcedDefaults),
|
||||
("testReadingStruct", testReadingStruct),
|
||||
("testReadingStructWithEnums", testReadingStructWithEnums),
|
||||
("testWritingAndMutatingBools", testWritingAndMutatingBools),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user