Archived
1
0
Fork 0

docs/xalloc.txt: typo fix.

This commit is contained in:
Henrik Hautakoski 2010-11-14 10:00:21 +01:00
parent d1c548a722
commit 2ad92d719e

View file

@ -1,7 +1,7 @@
xalloc - safe memory allocation
-------------------------------
this module implements malloc and friends + some extensions.
This module implements malloc and friends + some extensions.
If `__DEBUG__` symbol is defined. The functions will provide extended
debug logic and kills the program (passing 0 as size to malloc for example).
@ -9,7 +9,7 @@ The funtions will at all times kill the program if memory can't be allocated for
some reason, this makes the need for client-code to check for `NULL` pointers returned
by these functions redundant.
functions
Functions
~~~~~~~~~
`xmalloc()`::