• →
  • ←
  • index
  • Zix 0.8.0
  • » 2 Zix C API
  • » 2.2 Allocation

2.2 AllocationΒΆ

  • 2.2.1 Allocator
    • ZixAlignedAllocFunc
    • ZixAlignedFreeFunc
    • ZixAllocator
    • ZixCallocFunc
    • ZixFreeFunc
    • ZixMallocFunc
    • ZixReallocFunc
    • ZixAllocatorImpl
      • malloc
      • calloc
      • realloc
      • free
      • aligned_alloc
      • aligned_free
    • zix_aligned_alloc()
    • zix_aligned_free()
    • zix_calloc()
    • zix_default_allocator()
    • zix_free()
    • zix_malloc()
    • zix_realloc()
  • 2.2.2 Bump Allocator
    • ZixBumpAllocator
      • base
      • buffer
      • last
      • top
      • capacity
    • zix_bump_allocator()
Copyright 2011-2025, David Robillard. Generated for Zix 0.8.0 using Sphinx 9.1.0.
  • →
  • ←
  • index
  • Zix 0.8.0
  • » 2 Zix C API
  • » 2.2 Allocation