Lines Matching defs:free
3 /*--- malloc/free wrappers for detecting errors and updating bits. ---*/
14 This program is free software; you can redistribute it and/or
16 published by the Free Software Foundation; either version 2 of the
25 along with this program; if not, write to the Free Software
62 /*--- Tracking malloc'd and free'd blocks ---*/
79 This allows a client to allocate and free big blocks
118 /* Release enough of the oldest blocks to bring the free queue
150 /* free MC_Chunk */
153 VG_(free) ( mc1 );
187 if the free list volume is exceeded. */
344 /* If the free list volume is bigger than MC_(clo_freelist_vol),
360 /* check if it is a matching free() / delete / delete [] */
369 void MC_(free) ( ThreadId tid, void* p )
408 /* check if its a matching free() / delete / delete [] */
453 /* Free old memory */
506 /* Free old memory */
646 VG_(free)(mp);
732 VG_(free)(chunks);
845 VG_(free)(chunks);
860 VG_(free)(chunks);
902 VG_(free)(chunks);