source: PSPA/madxPSPA/src/mad_mem.h @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 232 bytes
Line 
1#ifndef MAD_MEM_H
2#define MAD_MEM_H
3
4void* mymalloc(char* caller, size_t size);
5void* mycalloc(char* caller, size_t nelem, size_t size);
6void  myfree(char* rout_name, void* p);
7
8void  mad_mem_handler(int sig);
9
10#endif // MAD_MEM_H
11
Note: See TracBrowser for help on using the repository browser.