destroy           223 MMgc/GCHeap.cpp 		gcManager.destroy();
destroy            99 MMgc/GCHeap.h  		void destroy();
destroy            96 core/SortedMap.h 		void destroy()
destroy            98 core/SortedMap.h 			keys.destroy();
destroy            99 core/SortedMap.h 			values.destroy();
destroy          1834 core/Traits.cpp 			ht->destroy();
destroy            66 core/avmplusHashtable.cpp 	void InlineHashtable::destroy()
destroy           205 core/avmplusHashtable.h 		void destroy(); 
destroy           210 core/avmplusHashtable.h 			destroy();
destroy           335 core/avmplusHashtable.h 		virtual ~HeapHashtable() { ht.destroy(); }
destroy           363 core/avmplusHashtable.h 		virtual ~HeapHashtableRC() { ht.destroy(); }
destroy           145 eval/eval-avmplus.cpp 			compiler.destroy();
destroy            49 eval/eval-compile.h 	~Compiler() { destroy(); }
destroy            52 eval/eval-compile.h 	void destroy();										// clean up all resources
destroy            80 other-licenses/zlib/gzio.c local int    destroy      OF((gz_stream *s));
destroy           129 other-licenses/zlib/gzio.c         return destroy(s), (gzFile)Z_NULL;
destroy           149 other-licenses/zlib/gzio.c     if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
destroy           162 other-licenses/zlib/gzio.c             return destroy(s), (gzFile)Z_NULL;
destroy           175 other-licenses/zlib/gzio.c             return destroy(s), (gzFile)Z_NULL;
destroy           184 other-licenses/zlib/gzio.c         return destroy(s), (gzFile)Z_NULL;
destroy           965 other-licenses/zlib/gzio.c             return destroy((gz_stream*)file);
destroy           971 other-licenses/zlib/gzio.c     return destroy((gz_stream*)file);