Commit graph

3 commits

Author SHA1 Message Date
Miro Kropacek
b34af00210 BACKENDS: ATARI: Silence some of dlmalloc warnings
They were printed every time something has been changed in
atari-graphics.cpp.
2024-07-15 19:42:50 +02:00
Miro Kropacek
f41a678ba1 GRAPHICS: ATARI: Utilize dlmalloc
- every malloc is now aligned on 16 bytes

- no need for the hidden pointers

- ct60_vmalloc() is called only once, the rest is handled
  by dlmalloc (SV XBIOS' vmalloc is pretty fragile)
2024-02-24 03:54:54 +01:00
Miro Kropacek
3e85aa3f4b BACKENDS: ATARI: Provide dlmalloc locally
It's much cleaner and easier to use than to depend on an unofficial mintlib fork...

Plus we are going to use its MSPACES feature anyway.
2024-01-28 21:59:13 +01:00