nautilus/test
Pavel Cisler 281a37bc49 Fix problems in the reentry detection code that caused malloc/frees
2000-06-14  Pavel Cisler  <pavel@eazel.com>

	* test/Makefile.am:
	* test/nautilus-leak-checker.c: (detect_reentry),
	(nautilus_leak_record_malloc), (nautilus_leak_record_realloc),
	(nautilus_leak_record_free), (allocate_temporary_fallback_memory),
	(__libc_malloc), (__libc_memalign), (__libc_realloc),
	(__libc_free), (malloc), (realloc), (memalign), (calloc), (free),
	(main):
	Fix problems in the reentry detection code that caused malloc/frees
	sometimes getting counted twice.
	Add reentry detection for malloc getting reentered as a result of
	calling realloc.
2000-06-14 05:20:04 +00:00
..
.cvsignore Preparations to make nautilus_file_get use async. I/O. 2000-06-14 01:31:10 +00:00
Makefile.am Fix problems in the reentry detection code that caused malloc/frees 2000-06-14 05:20:04 +00:00
nautilus-leak-checker-stubs.h New small leakchecking library. It is a bit simpler than MemProf in that 2000-06-14 00:26:58 +00:00
nautilus-leak-checker.c Fix problems in the reentry detection code that caused malloc/frees 2000-06-14 05:20:04 +00:00
nautilus-leak-checker.h New small leakchecking library. It is a bit simpler than MemProf in that 2000-06-14 00:26:58 +00:00
nautilus-leak-hash-table.c New small leakchecking library. It is a bit simpler than MemProf in that 2000-06-14 00:26:58 +00:00
nautilus-leak-hash-table.h New small leakchecking library. It is a bit simpler than MemProf in that 2000-06-14 00:26:58 +00:00
nautilus-leak-symbol-lookup.c Couldn't figure out how to build the leakchecker shared library with 2000-06-14 05:20:04 +00:00
nautilus-leak-symbol-lookup.h New small leakchecking library. It is a bit simpler than MemProf in that 2000-06-14 00:26:58 +00:00
test-nautilus-mime-actions-set.c Final portion of task 370 (mime write API) 2000-06-02 08:42:36 +00:00
test-nautilus-mime-actions.c Task 1057: Terminal-based programs should open into a new terminal window 2000-06-01 12:11:54 +00:00