root/sapi/fpm/fpm/fpm_shm.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 
   2         /* $Id: fpm_shm.h,v 1.3 2008/05/24 17:38:47 anight Exp $ */
   3         /* (c) 2007,2008 Andrei Nigmatulin */
   4 
   5 #ifndef FPM_SHM_H
   6 #define FPM_SHM_H 1
   7 
   8 void *fpm_shm_alloc(size_t size);
   9 int fpm_shm_free(void *mem, size_t size);
  10 size_t fpm_shm_get_size_allocated();
  11 
  12 #endif
  13 

/* [<][>][^][v][top][bottom][index][help] */