This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2025-12-28 17:04:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Odin
/
tests
/
core
/
container
History
Damian Tarnawski
2c3d5fe456
Add small array resize tests
2025-09-15 14:50:33 +02:00
..
queue.odin
container/queue: Add tests
2025-06-11 11:55:30 -04:00
test_core_avl.odin
Use test's random generator
2024-06-15 15:49:05 -04:00
test_core_bit_array.odin
Add tests for
Bit_Array
2024-09-03 17:23:42 -04:00
test_core_rbtree.odin
Makes tracking allocator default to crashing on a bad free instead of add to bad_free_array. The bad_free_array remains to not break old code. The new default behavior is implemented in a callback that you can override, there's a second provided callback that provides the old behavior where an element was added to bad_free_array. Rationale: Many people are just checking the allocation_map, but don't check the bad free array. Several examples throughout core that use tracking allocator don't check bad_free_array either, so people have been taught not to check it.
2024-12-21 15:49:48 +01:00
test_core_small_array.odin
Add small array resize tests
2025-09-15 14:50:33 +02:00