mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 14:52:57 +00:00
externals: Update zycore to 1.4.1
Merge commit 'cd2ede593acee9c4956c79da4377ce890ac3a9c0'
This commit is contained in:
3
externals/zycore/examples/Vector.c
vendored
3
externals/zycore/examples/Vector.c
vendored
@@ -98,6 +98,7 @@ static ZyanStatus PerformBasicTests(ZyanVector* vector)
|
||||
{
|
||||
InitTestdata(&e_v, i);
|
||||
ZYAN_CHECK(ZyanVectorPushBack(vector, &e_v));
|
||||
printf("i=%d cap=%" PRIuPTR, i, vector->capacity);
|
||||
}
|
||||
|
||||
// Remove elements `#05..#09`
|
||||
@@ -332,7 +333,7 @@ static ZyanStatus TestAllocator(void)
|
||||
// dynamic shrinking is disabled
|
||||
ZyanVector vector;
|
||||
ZYAN_CHECK(ZyanVectorInitEx(&vector, sizeof(TestStruct), 5, ZYAN_NULL, &allocator,
|
||||
10.0f, 0.0f));
|
||||
10, 0));
|
||||
|
||||
static TestStruct e_v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user