Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sc::PoolData(3)			     MPQC		       sc::PoolData(3)

NAME
       sc::PoolData

SYNOPSIS
   Public Types
       enum { magic = 0x1f1d1e1c }

   Public Member Functions
       PoolData	(size_t	size)
       PoolData	* next ()
       PoolData	* prev ()
       void next (PoolData *)
       void prev (PoolData *)
       void prev_next (PoolData	*, PoolData *)
       PoolData	* next_free ()
       PoolData	* prev_free ()
       void next_free (PoolData	*)
       void prev_free (PoolData	*)
       void prev_next_free (PoolData *,	PoolData *)
       void set_magic (int=magic)
       void * data ()
       void check (void	*lower=(void *)	0x0, void *upper=(void *) 0x7fffffffL)

   Public Attributes
       int magic_
       size_t size_
       unsigned	int free_:1
       unsigned	int flags_:15
       union {
	  FreeData f
	  UsedData u
       };

Author
       Generated automatically by Doxygen for MPQC from	the source code.

Version	2.3.1			Tue May	13 2025		       sc::PoolData(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sc_PoolData&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help