Changed prototype for nmem_text_node_cdata so that ptr is using
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Aug 2006 12:50:23 +0000 (12:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Aug 2006 12:50:23 +0000 (12:50 +0000)
commitc168cffc46e3b2b66e66e48f94f8e87b6566702b
treeca5d579b0f14ffcfc4588b5212c371f28fa2a5e0
parent2fbc11d055be3297fe0a5c5b29a0d01001859614
Changed prototype for nmem_text_node_cdata so that ptr is using
Libxml2 type rather than void pointer. Added functions
nmem_get_memory_in_use and nmem_get_memory_free which returns size
of block memory in use and in free lists respectively. Added doxygen
friendly comments for nmem.h.
include/yaz/nmem.h
src/nmem.c
src/nmemsdup.c