File: mempool.h

package info (click to toggle)
trn4 4.0-test77-12
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 3,644 kB
  • sloc: ansic: 48,331; sh: 6,817; tcl: 1,696; yacc: 660; perl: 108; makefile: 24
file content (20 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * mempool.h
 */

/* memory pool numbers */
/* scoring rule text */
#define MP_SCORE1 0

/* scorefile cache */
#define MP_SCORE2 1

/* sathread.c storage */
#define MP_SATHREAD 2

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

void mp_init _((void));
char* mp_savestr _((char*,int));
char* mp_malloc _((int,int));
void mp_free _((int));