Mobile API Reference  MicroStrategy 2019
PDCmalloc.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : PDCmalloc.h
3 // AUTHOR : Perl Script
4 // CREATION : 6/13/02
5 // Copyright (C) MicroStrategy, Inc. 2002
6 //==============================================================================================
7 #ifndef PDCmalloc_h
8 #define PDCmalloc_h
9 
10 // this must be the *first* file included
11 #include "ProtectedSource/Prolog.h"
12 
13 #include <stdlib.h>
14 
15 #ifndef WIN32
16 #ifndef __MANDRELL__
17 #include <alloca.h>
18 #define _alloca(x) alloca(x)
19 #endif
20 #endif
21 
22 // this must be the *last* file included
23 #include "ProtectedSource/Epilog.h"
24 
25 #endif // PDCmalloc_h