Function

HarfBuzz-0.0HarfBuzzmallocSince 11.0.0

  • Allocates size bytes of memory, using the allocator set at compile-time. Typically just malloc().

    Parameters

    • size: number

      The size of the memory to allocate.

    Returns any

    A pointer to the allocated memory.

    11.0.0