summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc_p.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-08-09 10:36:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-25 14:54:05 +0200
commit3b978e190de6774d5e8728085c6e48ef91454c52 (patch)
tree52fdc28fd952a7896f3cd39713b81e270c57b307 /cpukit/libcsupport/src/malloc_p.h
parentEliminate unused var 'digit'. (diff)
downloadrtems-3b978e190de6774d5e8728085c6e48ef91454c52.tar.bz2
libcsupport: malloc_deferred_frees_initialize()
Remove this function and statically initialize RTEMS_Malloc_GC_list.
Diffstat (limited to 'cpukit/libcsupport/src/malloc_p.h')
-rw-r--r--cpukit/libcsupport/src/malloc_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/malloc_p.h b/cpukit/libcsupport/src/malloc_p.h
index 7ada01c592..ea0709f0e7 100644
--- a/cpukit/libcsupport/src/malloc_p.h
+++ b/cpukit/libcsupport/src/malloc_p.h
@@ -38,6 +38,5 @@ extern rtems_malloc_statistics_t rtems_malloc_statistics;
* Process deferred free operations
*/
bool malloc_is_system_state_OK(void);
-void malloc_deferred_frees_initialize(void);
void malloc_deferred_frees_process(void);
void malloc_deferred_free(void *);