You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples_tests/10.AllocatorTest/main.cpp
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -152,12 +152,11 @@ class AllocatorHandler
152
152
}
153
153
154
154
// run random dealloc function
155
-
// linear address allocator is always reseted here
156
155
randFreeAllocatedAddresses(alctr);
157
156
}
158
157
159
158
// randomly choose between reset and freeing all `core::vector` elements
160
-
ifconstexpr (!std::is_same<AlctrType, core::LinearAddressAllocator<uint32_t>>::value)//linear address allocator is always reseted in the `randFreeAllocatedAddresses()`
0 commit comments