1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Moved the memory initialization and cleanup functions into the

malloc/free code itself and updated the alloca code to do its
  own data management.

- Finally optimized the alloca() memory cleanup code.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14784 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-12-24 11:46:12 +00:00
parent 3c9f119046
commit 73e6ccc14e
12 changed files with 189 additions and 148 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: stdlib_headers.h,v 1.3 2004-12-19 16:42:51 obarthel Exp $
* $Id: stdlib_headers.h,v 1.4 2004-12-24 11:46:12 obarthel Exp $
*
* :ts=4
*
@ -159,10 +159,6 @@ extern APTR NOCOMMON __memory_pool;
/****************************************************************************/
extern struct MinList NOCOMMON __alloca_memory_list;
/****************************************************************************/
extern unsigned long NOCOMMON __maximum_memory_allocated;
extern unsigned long NOCOMMON __current_memory_allocated;
extern unsigned long NOCOMMON __maximum_num_memory_chunks_allocated;