|
21104f85d5
|
Reorganize code, fix malloc bug, allow overriding defaults
|
2020-04-15 00:40:12 +10:00 |
|
|
ce63bb7755
|
Default allocator = null, move allocator definitions
Allocator is null by default, this is to catch any unwanted used of the heap.
|
2020-04-05 08:50:30 +10:00 |
|
|
35ade5dfc1
|
Add alignment to allocators
|
2020-03-23 23:33:31 +11:00 |
|
|
f95836c5d5
|
Allocator: Rename data->user_context, File: Use allocators
|
2020-03-14 10:32:25 +11:00 |
|
|
65cbe4b493
|
Add Dqn_String and update some arenas to allocators
|
2020-02-08 18:47:48 +11:00 |
|
|
cd9ccfebe2
|
Make more /wall compliant
|
2020-01-31 21:02:26 +11:00 |
|
|
e63e047550
|
Remove fixed size concept from MemArena
|
2019-09-20 21:29:57 +10:00 |
|
|
96b7c05daf
|
Delete DqnInspect, it's too broken. Replace with new one
|
2019-08-27 22:17:59 +10:00 |
|
|
c36ea18a64
|
Implement DQN_HEADER_COPY_BEGIN/END ranged copy
|
2019-08-26 23:56:50 +10:00 |
|
|
0d0009ad5c
|
Add a way to read comments in header file
|
2019-08-26 23:24:22 +10:00 |
|