Samsung Internal API reference  2.0
malloc.h
Go to the documentation of this file.
1 
9 #ifndef __MALLOC_H__
10 #define __MALLOC_H__
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
19 #define M_CACHE_PAGES 1
20 
21 #ifndef __HIDE_INTERNAL_FUNCTIONS__
22 
29 extern int mallopt(int param, int value);
30 
31 #endif /* __HIDE_INTERNAL_FUNCTIONS__ */
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif /* !__MALLOC_H__ */