|
|
77630e2c47
|
fixed bad struct size on 64 bit for custom metadata
|
2026-07-11 05:04:03 +02:00 |
|
|
|
088a3648dd
|
forward declaration
|
2026-06-14 04:05:45 +02:00 |
|
|
|
a78ec329b4
|
asdx
|
2026-06-14 03:24:40 +02:00 |
|
|
|
394e42aae8
|
ifdef
|
2026-06-14 03:21:15 +02:00 |
|
|
|
947ea6698d
|
changed memset signature and added freefillvalue
|
2026-06-13 23:33:41 +02:00 |
|
|
|
cda05cd84b
|
bump version
|
2026-06-13 23:18:00 +02:00 |
|
|
|
5776f4166e
|
added error results
|
2026-06-13 23:15:58 +02:00 |
|
|
|
c56962aa5c
|
version bump
|
2026-06-13 20:24:14 +02:00 |
|
|
|
58fef4fc9e
|
fixed allocations with sizes smaller than the max area limited but bigger than the max payload size never return
|
2026-06-13 20:23:52 +02:00 |
|
|
|
d7b3cc4088
|
Update minimal_heap.h
|
2026-06-13 00:50:44 +02:00 |
|
|
|
9a65abf8bf
|
32 bit integration
|
2026-06-13 00:23:38 +02:00 |
|
|
|
29ddfe9991
|
metadata union
|
2026-06-12 23:45:45 +02:00 |
|
|
|
efea439a56
|
Update minimal_heap.h
|
2026-06-11 23:44:27 +02:00 |
|
|
|
df3e59cd1f
|
Update minimal_heap.h
|
2026-06-11 16:27:34 +02:00 |
|
|
|
b3e366b1f8
|
renaming
|
2026-06-11 16:03:51 +02:00 |
|
|
|
82e759e393
|
version update
|
2026-06-11 16:00:37 +02:00 |
|
|
|
8b033bb7d3
|
made passed heap to platform functions opaque as its not always safe to dereference
|
2026-06-11 15:59:28 +02:00 |
|
|
|
717966dea3
|
added max heap size
|
2026-06-11 15:52:01 +02:00 |
|
|
|
0a582ffebc
|
renaming
|
2026-06-11 05:38:45 +02:00 |
|
|
|
ef9ec5de2a
|
fixed some bugs
|
2026-06-11 05:27:06 +02:00 |
|
|
|
4dc806403f
|
fixed wrong return type
|
2026-06-11 01:54:43 +02:00 |
|
|
|
273868ee63
|
added custom metadata and heapwalk function
|
2026-06-11 01:51:58 +02:00 |
|
|
|
57cbacda15
|
fixed warnings
|
2026-06-10 07:59:16 +02:00 |
|
|
|
e8b919f576
|
Revert "added totalsizeoccupied stat"
This reverts commit 46fb0e20c6.
|
2026-06-10 07:55:08 +02:00 |
|
|
|
46fb0e20c6
|
added totalsizeoccupied stat
|
2026-06-10 07:32:37 +02:00 |
|
|
|
e507521bf8
|
tweaked growth rate
|
2026-06-10 07:19:33 +02:00 |
|
|
|
fa3fbbc68d
|
insane performance improvement(??)
|
2026-06-10 03:33:48 +02:00 |
|
|
|
9ea984f2d4
|
Update minimal_heap.h
|
2026-06-10 01:21:29 +02:00 |
|
|
|
e17def2790
|
made all define configs configurable in runtime per heap
|
2026-06-10 01:09:36 +02:00 |
|
|
|
9dd2ebaa5a
|
added ability to merge heaps
|
2026-06-09 23:48:56 +02:00 |
|
|
|
a5fe68867f
|
version inc
|
2026-06-09 21:49:19 +02:00 |
|
|
|
d2cd90fbd7
|
changed all things to function ptr
|
2026-06-09 21:47:40 +02:00 |
|
|
|
847dfe1484
|
rename and fixed missing unlock
|
2026-06-09 20:37:30 +02:00 |
|
|
|
41b6dfa9f1
|
arbitrary version inc
|
2026-06-09 20:23:14 +02:00 |
|
|
|
8dfbe26ebc
|
removed schädel lock mechanism
|
2026-06-09 20:21:39 +02:00 |
|
|
|
36159288d5
|
tweaked heuristics
|
2026-06-09 20:10:45 +02:00 |
|
|
|
2150fcb0a2
|
changed the order areas are traversed
|
2026-06-09 19:41:06 +02:00 |
|
|
|
3582e21a84
|
tweaked heuristics
|
2026-06-09 19:25:07 +02:00 |
|
|
|
eaddbd31fd
|
added first heuristic
|
2026-06-09 03:30:38 +02:00 |
|
|
|
8f737acc1a
|
Update minimal_heap.h
|
2026-06-09 00:39:29 +02:00 |
|
|
|
63a447d1c4
|
moved segment/payload hopping to seperate functions
|
2026-06-09 00:39:10 +02:00 |
|
|
|
fa1eb41719
|
Update minimal_heap.h
|
2026-06-08 21:55:27 +02:00 |
|
|
|
ccce067d13
|
version inc
|
2026-06-08 21:52:34 +02:00 |
|
|
|
dd92501753
|
outsourced lifetime of MIHP_Heap, gave heap ptr as identifier to platform functions
|
2026-06-08 21:52:22 +02:00 |
|
|
|
ad14fa7c74
|
merge
|
2026-06-08 20:35:01 +02:00 |
|
|
|
d0e6bccafe
|
platform can now properly return larger amounts of memory as requested
|
2026-06-08 20:29:45 +02:00 |
|
|
|
57ce5af8e6
|
Update minimal_heap.h
|
2026-06-08 19:52:30 +02:00 |
|
|
|
f68b37b245
|
added double free fault
|
2026-06-08 19:48:22 +02:00 |
|
|
|
69c318ed71
|
added get minimal payload size function
|
2026-06-08 19:37:59 +02:00 |
|
|
|
6ea22a16e3
|
more option validation
|
2026-06-08 19:28:38 +02:00 |
|