Function

HarfBuzz-0.0HarfBuzzreallocSince 11.0.0

  • Reallocates the memory pointed to by ptr to size bytes, using the allocator set at compile-time. Typically just realloc().

    Parameters

    • ptr: any

      The pointer to the memory to reallocate.

    • size: number

      The new size of the memory.

    Returns any

    A pointer to the reallocated memory.

    11.0.0