gcc/libgfortran/runtime
Jakub Jelinek 0355186042 memory.c (malloc_t): Remove.
* runtime/memory.c (malloc_t): Remove.
	(GFC_MALLOC_MAGIC, HEADER_SIZE, DATA_POINTER, DATA_HEADER): Remove.
	(mem_root, runtime_cleanup, malloc_with_header): Remove.
	(internal_malloc_size): Use just get_mem if size != 0, return NULL
	otherwise.
	(internal_free): Just free if non-NULL.
	(internal_realloc_size): Remove debugging stuff.
	(allocate_size): Use malloc directly, remove debugging stuff.
	(deallocate): Use free directly, fix error message wording.

From-SVN: r104856
2005-10-01 13:55:02 +02:00
..
compile_options.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
environ.c libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define. 2005-10-01 13:50:10 +02:00
error.c libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define. 2005-10-01 13:50:10 +02:00
in_pack_generic.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
in_unpack_generic.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
main.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
memory.c memory.c (malloc_t): Remove. 2005-10-01 13:55:02 +02:00
normalize.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
pause.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
select.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
stop.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
string.c string.c (find_option): Change 3rd argument to const st_option *. 2005-09-29 15:53:59 +02:00