MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ndb_free_list_t< T > Struct Template Reference
Collaboration diagram for Ndb_free_list_t< T >:

Public Member Functions

int fill (Ndb *, Uint32 cnt)
T * seize (Ndb *)
void release (T *)
void release (Uint32 cnt, T *head, T *tail)
void clear ()
Uint32 get_sizeof () const

Public Attributes

T * m_free_list
Uint32 m_alloc_cnt
Uint32 m_free_cnt

Detailed Description

template<class T>
struct Ndb_free_list_t< T >

Definition at line 36 of file NdbImpl.hpp.


The documentation for this struct was generated from the following file: