free_string
NAME free_string - free a pike stringSYNTAX #include "stralloc.h" void free_string(struct pike_string *p)DESCRIPTION This function frees the string 'p'. What it actually does is that it decreases the reference count of 'p' and frees the memory reserved for it if the refereneces reach zero.NOTA BENE free_string is actually a macroKEYWORDS pike_string Powered by PikeWiki2 |
|||
gotpike.org | Copyright © 2004 - 2009 | Pike is a trademark of Department of Computer and Information Science, Linköping University |