MySQL 9.1.0
Source Code Documentation
|
#include <stddef.h>
#include <sys/types.h>
#include "my_inttypes.h"
#include "mysql/service_mysql_alloc.h"
#include "storage/heap/heapdef.h"
Functions | |
uchar * | hp_find_block (HP_BLOCK *block, ulong pos) |
int | hp_get_new_block (HP_BLOCK *block, size_t *alloc_length) |
uchar * | hp_free_level (HP_BLOCK *block, uint level, HP_PTRS *pos, uchar *last_pos) |
int hp_get_new_block | ( | HP_BLOCK * | block, |
size_t * | alloc_length | ||
) |