TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 12.3.2
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
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().