MySQL 9.1.0
Source Code Documentation
|
Performance schema instrumentation (declarations). More...
#include "my_psi_config.h"
#include <stddef.h>
#include "my_macros.h"
#include "mysql/psi/psi_memory.h"
Go to the source code of this file.
Macros | |
#define | PSI_MEMORY_CALL(M) pfs_##M##_vc |
Functions | |
void | pfs_register_memory_vc (const char *category, struct PSI_memory_info_v1 *info, int count) |
PSI_memory_key | pfs_memory_alloc_vc (PSI_memory_key key, size_t size, PSI_thread **owner) |
PSI_memory_key | pfs_memory_realloc_vc (PSI_memory_key key, size_t old_size, size_t new_size, PSI_thread **owner) |
PSI_memory_key | pfs_memory_claim_vc (PSI_memory_key key, size_t size, PSI_thread **owner, bool claim) |
void | pfs_memory_free_vc (PSI_memory_key key, size_t size, PSI_thread *owner) |
Performance schema instrumentation (declarations).
PSI_memory_key pfs_memory_alloc_vc | ( | PSI_memory_key | key, |
size_t | size, | ||
PSI_thread ** | owner | ||
) |
PSI_memory_key pfs_memory_claim_vc | ( | PSI_memory_key | key, |
size_t | size, | ||
PSI_thread ** | owner, | ||
bool | claim | ||
) |
void pfs_memory_free_vc | ( | PSI_memory_key | key, |
size_t | size, | ||
PSI_thread * | owner | ||
) |
PSI_memory_key pfs_memory_realloc_vc | ( | PSI_memory_key | key, |
size_t | old_size, | ||
size_t | new_size, | ||
PSI_thread ** | owner | ||
) |
void pfs_register_memory_vc | ( | const char * | category, |
struct PSI_memory_info_v1 * | info, | ||
int | count | ||
) |