Hi, For this page: https://cwiki.apache.org/confluence/display/Corinthia/Memory+management
given that we have implemented x*alloc wrappers, I'd like to propose adding the following section: [[ Wrapper Functions -------------------------- We use wrapper functions for malloc(), calloc() and realloc(), which are called xmalloc(), xcalloc() and xrealloc() respectively. These functions contain error checking and reporting routines and are located in DocFormat/platform/src/Wrapper.c [link to file in repos]. ]] What do you think? G -- Visit my Coding Diary: http://gabriela-gibson.blogspot.com/
