#include <bayonne.h>
Inheritance diagram for KeyMemory:

Public Member Functions | |
| KeyMemory () | |
| Initialize keymemory data. | |
| int | getSymbolSize (void) |
| Get default symbol space size for variables. | |
| int | getPageSize (void) |
| Get default page allocation size to use for "paged" memory allocations. | |
| size_t | getUserCount (void) |
| Get maximum users. | |
| size_t | getPrefCount (void) |
| Get maximum preferences per user. | |
This is used to configurate space management properties of the runtime environment including audio buffering, page size allocations, etc.
|
|
Initialize keymemory data.
|
|
|
Get default page allocation size to use for "paged" memory allocations.
|
|
|
Get maximum preferences per user.
|
|
|
Get default symbol space size for variables.
|
|
|
Get maximum users.
|
1.4.4