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

Public Attributes

slabclass_t slabclass [MAX_NUMBER_OF_SLAB_CLASSES]
size_t mem_limit
size_t mem_malloced
int power_largest
void * mem_base
void * mem_current
size_t mem_avail
pthread_mutex_t lock

Detailed Description

Definition at line 31 of file slabs.h.

Member Data Documentation

pthread_mutex_t slabs::lock

Access to the slab allocator is protected by this lock

Definition at line 44 of file slabs.h.


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