From f463818dd9146e11105c0572fb119e757eb47768 Mon Sep 17 00:00:00 2001 From: Upstream Date: Mon, 12 Jan 1970 13:46:40 +0000 Subject: external/freetype 2.3.5 --- docs/reference/ft2-user_allocation.html | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/reference/ft2-user_allocation.html (limited to 'docs/reference/ft2-user_allocation.html') diff --git a/docs/reference/ft2-user_allocation.html b/docs/reference/ft2-user_allocation.html new file mode 100644 index 0000000..b213db3 --- /dev/null +++ b/docs/reference/ft2-user_allocation.html @@ -0,0 +1,41 @@ + + + + +FreeType-2.3.5 API Reference + + + +

FreeType-2.3.5 API Reference

+ +

+User allocation +

+
+

FreeType assumes that structures allocated by the user and passed as arguments are zeroed out except for the actual data. With other words, it is recommended to use ‘calloc’ (or variants of it) instead of ‘malloc’ for allocation.

+

+ + -- cgit v1.2.3