RTEMS CPU Kit with SuperCore  4.11.3
malloc_p.h
Go to the documentation of this file.
1 /*
2  * RTEMS Malloc Family Internal Header
3  *
4  * COPYRIGHT (c) 1989-2007.
5  * On-Line Applications Research Corporation (OAR).
6  *
7  * The license and distribution terms for this file may be
8  * found in the file LICENSE in this distribution or at
9  * http://www.rtems.org/license/LICENSE.
10  */
11 
12 #include <rtems.h>
13 #include <rtems/libcsupport.h>
15 #include <rtems/malloc.h>
16 
17 #ifdef RTEMS_NEWLIB
18 #include <sys/reent.h>
19 #endif
20 
21 #include <stdint.h>
22 #include <rtems/chain.h>
23 
24 /*
25  * Process deferred free operations
26  */
27 bool malloc_is_system_state_OK(void);
28 void malloc_deferred_frees_process(void);
29 void malloc_deferred_free(void *);
Standard C Library Support.
Chain API.
This file defines the interface to RTEMS extensions to the Malloc Family.
Protected Heap Handler API.