• MEMORY ALLOCATION (<alloc/balloc.h>, malloc.h, <alloc/obstack.h>)
  • Automatic Memory Allocation
  • Static Memory Allocation
  • Dynamic Memory Allocation
  • Standard C Malloc Library (malloc.h)
  • Automatic heap configuration - fixed size
  • Automatic heap configuration - adaptive sizing
  • Automatic heap configuration - limiting the stack size
  • Manual heap configuration
  • Malloc API
  • Code Example
  • Multiple Named Heap Malloc Library (malloc.h)
  • Named Heap API
  • Block Memory Allocator (balloc.h)
  • Balloc API
  • Code Example
  • Malloc or Balloc? Which to Choose?
  • Memory Allocation Implicitly Performed by z88dk Libraries
  • Code Example 1
  • Code Example 2
  • Obstack
  • obstack
  • Questions & Answers