Function

HarfBuzz-0.0HarfBuzzcallocSince 11.0.0

  • Allocates nmemb elements of size bytes each, initialized to zero, using the allocator set at compile-time. Typically just calloc().

    Parameters

    • nmemb: number

      The number of elements to allocate.

    • size: number

      The size of each element.

    Returns any

    A pointer to the allocated memory.

    11.0.0