Changeset 7ad3c2f in mainline for libc/include/malloc.h
- Timestamp:
- 2006-03-14T16:34:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 00c4994
- Parents:
- 79522a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/malloc.h
r79522a7 r7ad3c2f 48 48 #define dlmalloc_usable_size malloc_usable_size 49 49 #define dlmalloc_footprint malloc_footprint 50 #define dlmalloc_max_footprint malloc_max_footprint 50 51 #define dlindependent_calloc independent_calloc 51 52 #define dlindependent_comalloc independent_comalloc … … 163 164 so results might not be up to date. 164 165 */ 165 size_t dlmalloc_footprint(); 166 size_t dlmalloc_footprint(void); 167 size_t dlmalloc_max_footprint(void); 166 168 167 169 #if !NO_MALLINFO … … 392 394 More information can be obtained by calling mallinfo. 393 395 */ 394 void dlmalloc_stats( );396 void dlmalloc_stats(void); 395 397 396 398 #endif /* !ONLY_MSPACES */
Note:
See TracChangeset
for help on using the changeset viewer.