| Commit | Date | |
|---|---|---|
|
[r772]
(2.4 kB)
by
buzzphp
Removed re-juicing :-( It works, but for the 300 bytes you gain, you loose a lot of speed. You get a better memory saving by writing better code.... |
2016-10-12 14:46:01 |
View
Download |
|
[r771]
(2.9 kB)
by
buzzphp
|
2016-10-12 14:12:22 |
View
Download |
| 2016-10-12 12:21:41 |
View
Download |
|
|
[r765]
(2.4 kB)
by
buzzphp
Recompiled everything using 0.1.32a. Updated CMOC version to 0.1.33 for when it comes out. |
2016-10-12 06:36:37 |
View
Download |
| 2016-10-05 00:37:19 |
View
Download |
|
|
[r638]
(2.5 kB)
by
buzzphp
Added in-place reallocation. ie: Checks to see if a block can grow/shrink without moving. Also now handles gmem/mheap reallocs. |
2016-10-04 09:23:38 |
View
Download |
|
[r636]
(2.0 kB)
by
buzzphp
Added malloc_uses_gmalloc flag which will cause malloc functions to use up the 6K graphics memory before heap memory. Obviously wont work with graphic programs. |
2016-10-04 06:04:36 |
View
Download |
|
[r635]
(1.5 kB)
by
buzzphp
Finishes gmalloc. Allows the 6K grp mem to be managed. Added example, with information on how to use 8K of grp mem on non-disk systems. |
2016-10-04 05:29:25 |
View
Download |
| 2016-10-04 03:08:17 |
View
Download |
|
|
[r605]
(2.5 kB)
by
buzzphp
Fixed libmalloc.a bug. Now calling malloc_heap(nullptr) will create the default heap if not already created. Calling malloc_heap() with a non nullptr sets the heap, and returns the current heap. |
2016-10-01 23:09:14 |
View
Download |