|
f5b2f8b8bf
|
fix compilation error on newer clang version, fix some norm errors and start doing show_alloc_mem_ex function
|
2025-02-14 19:38:42 +01:00 |
|
|
039d29f0d7
|
fix realloc size detection when new size is larger than current chunk max size, add pthread mutex to make the functions thread safe
|
2024-12-05 18:59:07 +01:00 |
|
|
913b33f74b
|
fix get_prev_alloc, add "invalid pointer" message when an invalid pointer is passed to free or realloc
|
2024-12-04 18:49:53 +01:00 |
|
|
7dfa7eb049
|
fix norm and set chunk sizes
|
2024-12-03 19:03:30 +01:00 |
|
|
a15705401e
|
fix alloc between two allocations, fix free (uninitialized value)
|
2024-12-01 19:22:43 +01:00 |
|
|
7cddc28d28
|
add free function (may be broken), add pointer to first allocation in memory bloc.
|
2024-12-01 03:19:21 +01:00 |
|
|
fd59310dad
|
add show_alloc_mem
|
2024-11-30 23:44:55 +01:00 |
|