Fix for linker allocator
Change-Id: I18a3f1a8515657f0deb69266184fb516a27f90e8
This commit is contained in:
@@ -96,6 +96,9 @@ TEST(linker_allocator, test_larger) {
|
||||
ASSERT_TRUE(allocator.alloc() != nullptr);
|
||||
}
|
||||
|
||||
test_struct_larger* ptr_to_free = allocator.alloc();
|
||||
ASSERT_TRUE(ptr_to_free != nullptr);
|
||||
allocator.free(ptr1);
|
||||
}
|
||||
|
||||
static void protect_all() {
|
||||
|
Reference in New Issue
Block a user