Heap: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 May 2025

  • curprev 21:3821:38, 7 May 2025Raphi talk contribs 1,467 bytes +1,467 Created page with "The heap is used for ''dynamic'' memory allocation (mostly, but not only, actors). This contrasts with ''statically'' allocated data like maps or save data, which have fixed memory addresses. Usage of the heap is based on the common C functions [https://manpages.debian.org/stable/manpages-dev/malloc.3.en.html malloc() and free()], although their implementation in Boktai is far simpler than what is found on modern systems. malloc() returns NULL if there's not e..."