Pixar Arch
  • Introduction
  • Installing
  • Bits
  • Multithreading
  • Math
  • Strings
  • System Functions
  • Memory Management
    • Files
    • Classes
    • Macros
    • Functions
  • Diagnostics
  • Symbol Visibility
  • API Reference
  • Source Code @ GitHub
  • Glossary
Pixar Arch
  • Memory Management

Memory Management

Functions having to do with memory allocation/handling

Files

  • align.h

  • mallocHook.h

Classes

  • ArchMallocHook

Macros

  • ARCH_MAX_ALIGNMENT_INCREASE

  • ARCH_CACHE_LINE_SIZE

Functions

  • ArchAlignMemorySize()

  • ArchAlignMemory()

  • ArchAlignedAlloc()

  • ArchAlignedFree()

  • ArchIsPtmallocActive()

  • ArchIsStlAllocatorOff()

Previous Next

© Copyright 2024, Pixar, modified by Jeremy Retailleau.