Functions

  • void * Align (size_t alignment, size_t size, void *& ptr, size_t & space)

    This is the same as std::align, but this library can't rely on anything from

    libc++ that's not always inlined.

    Defined at line 15 of file ../../src/lib/trivial-allocator/include/lib/trivial-allocator/internal.h

  • void * Align (size_t alignmentsize_t sizevoid *& ptrsize_t & space)

    This is the same as std::align, but this library can't rely on anything from

    libc++ that's not always inlined.

    Defined at line 15 of file ../../src/lib/trivial-allocator/include/lib/trivial-allocator/internal.h