src/oldpool.h
changeset 6248 e4a2ed7e5613
parent 6247 7d81e3a5d803
child 6351 8d0b6cce8d6d
equal deleted inserted replaced
6247:7d81e3a5d803 6248:e4a2ed7e5613
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #ifndef OLDPOOL_H
     3 #ifndef OLDPOOL_H
     4 #define OLDPOOL_H
     4 #define OLDPOOL_H
     5 
     5 
     6 typedef struct OldMemoryPool OldMemoryPool;
     6 struct OldMemoryPool;
     7 
     7 
     8 /* The function that is called after a new block is added
     8 /* The function that is called after a new block is added
     9      start_item is the first item of the new made block */
     9      start_item is the first item of the new made block */
    10 typedef void OldMemoryPoolNewBlock(uint start_item);
    10 typedef void OldMemoryPoolNewBlock(uint start_item);
    11 /* The function that is called before a block is cleaned up */
    11 /* The function that is called before a block is cleaned up */