diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-03-26 22:25:38 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-03-26 22:25:38 +0100 |
commit | 10740939eb824bbd792352f654380e258edd7675 (patch) | |
tree | a4c68f331f0470b8bd30822de5938a6552f69738 /storage/tokudb/ft-index/util/mempool.h | |
parent | a91c59c2affdebb4b34c2c8000b0b1648d43046d (diff) | |
parent | 44002a34e680c79c01df879b540458c2885e97e8 (diff) | |
download | mariadb-git-10740939eb824bbd792352f654380e258edd7675.tar.gz |
5.5 merge
Diffstat (limited to 'storage/tokudb/ft-index/util/mempool.h')
-rw-r--r-- | storage/tokudb/ft-index/util/mempool.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/tokudb/ft-index/util/mempool.h b/storage/tokudb/ft-index/util/mempool.h index f6a2bc6dde3..fa59d7a63ac 100644 --- a/storage/tokudb/ft-index/util/mempool.h +++ b/storage/tokudb/ft-index/util/mempool.h @@ -115,13 +115,6 @@ struct mempool { */ void toku_mempool_zero(struct mempool *mp); -/* Copy constructor. Fill in empty mempool struct with new values, allocating - * a new buffer and filling the buffer with data from from data_source. - * Any time a new mempool is needed, allocate 1/4 more space - * than is currently needed. - */ -void toku_mempool_copy_construct(struct mempool *mp, const void * const data_source, const size_t data_size); - /* initialize the memory pool with the base address and size of a contiguous chunk of memory */ void toku_mempool_init(struct mempool *mp, void *base, size_t free_offset, size_t size); |