Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
 
2
 
3
4
5
 
6
 
7
#ifdef NO_GLOBALS
8
 
9
#endif
10
11
  void* YacasMallocPrivate(unsigned long size, const char* aFile, int aLine);
12
 
13
  void YacasFreePrivate(void* aOrig);
14
  void CheckPtr(void * anAllocatedPtr, const char* file, int line);
15
  void CheckAllPtrs(int final = 0);
16
#endif
17
18
#endif
19