add link to Jonathan Blow's implicit context vod which has an introduction to the allocator interface

This commit is contained in:
2025-02-12 16:00:29 -05:00
parent 27f873cd8d
commit f94bd1d374
+1
View File
@@ -190,6 +190,7 @@ This provides the user a way to control startup of the libary.
### Additional Info
* [Zig's Allocator Interface](https://github.com/ziglang/zig/blob/master/lib/std/mem/Allocator.zig) is similar but not exactly the same.
* [Johnathan Blow's original video](https://youtu.be/ciGQCP6HgqI?t=380) introducing this kind of allocator interface.
## Notes