MySQL 9.0.0
Source Code Documentation
ut0vec.cc File Reference

A vector of pointers to data items. More...

#include "ut0vec.h"
#include "mem0mem.h"

Functions

ib_vector_tib_vector_create (ib_alloc_t *allocator, ulint sizeof_value, ulint size)
 
void ib_vector_resize (ib_vector_t *vec)
 

Detailed Description

A vector of pointers to data items.

Created 4/6/2006 Osku Salerma

Function Documentation

◆ ib_vector_create()

ib_vector_t * ib_vector_create ( ib_alloc_t allocator,
ulint  sizeof_value,
ulint  size 
)

◆ ib_vector_resize()

void ib_vector_resize ( ib_vector_t vec)