Heap: Difference between revisions
Appearance
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..." |
(No difference)
|