TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 14.4.0
Generated with TypeDoc via ts-for-gir v5.2.0
Since 11.0.0
Allocates nmemb elements of size bytes each, initialized to zero, using the allocator set at compile-time. Typically just calloc().
nmemb
size
calloc()
The number of elements to allocate.
The size of each element.
A pointer to the allocated memory.
11.0.0
Allocates
nmembelements ofsizebytes each, initialized to zero, using the allocator set at compile-time. Typically justcalloc().