2 URL: http://talloc.samba.org/talloc/doc/html/index.html
5 The talloc library is only being used by a portion of the Mesa
6 software renderer, in ../mesa/MesaLib, and is only linked in to the
9 This is version 2.0.1 of talloc, with the following modifications (see
12 - #include "replace.h" was commented out in talloc.c.
13 - "bool malloced" was changed to "int malloced" in talloc.c.
14 - #include string.h, and conditional #include of stdint.h, were added
16 - Uses of the "inline" keyword were made conditional and disabled on
18 - A "min_size" inline function was used in place of the MIN macro.
19 - An implementation of strnlen was provided for platforms not
20 supporting it (in particular, Mac OS X).
21 - A use of ssize_t was changed to size_t on Windows.
22 - a call to vsnprintf() querying the required buffer size was changed to use
23 ptr NULL size 0 in order to satisfy MSVC