Home
last modified time | relevance | path

Searched refs:st_mem_root_allocator (Results 1 – 14 of 14) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_conflict_trans.cc171 template class HashMap2<st_transaction, true, st_mem_root_allocator>;
172 template class HashMap2<st_trans_dependency, true, st_mem_root_allocator>;
173 template class LinkedStack<Uint64, st_mem_root_allocator>;
236 void *st_mem_root_allocator::alloc(void *ctx, size_t bytes) { in alloc()
237 st_mem_root_allocator *a = (st_mem_root_allocator *)ctx; in alloc()
242 st_mem_root_allocator *a = (st_mem_root_allocator *)ctx; in mem_calloc()
246 void st_mem_root_allocator::mem_free(void *, void *) { in mem_free()
252 st_mem_root_allocator::st_mem_root_allocator(MEM_ROOT *_mem_root) in st_mem_root_allocator() function in st_mem_root_allocator
435 transEntry = (st_transaction *)st_mem_root_allocator::alloc( in get_or_create_transaction()
478 dep = (st_trans_dependency *)st_mem_root_allocator::alloc( in add_dependency()
[all …]
H A Dndb_conflict_trans.h160 struct st_mem_root_allocator { struct
166 st_mem_root_allocator(MEM_ROOT *_mem_root); argument
283 st_mem_root_allocator mra;
292 HashMap2<st_row_event_key_info, true, st_mem_root_allocator> key_hash;
302 HashMap2<st_transaction, true, st_mem_root_allocator> trans_hash;
310 HashMap2<st_trans_dependency, true, st_mem_root_allocator> dependency_hash;
318 LinkedStack<Uint64, st_mem_root_allocator> iteratorTodo;
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dndb_conflict_trans.cc244 template class HashMap2<st_transaction, true, st_mem_root_allocator>;
245 template class HashMap2<st_trans_dependency, true, st_mem_root_allocator>;
246 template class LinkedStack<Uint64, st_mem_root_allocator>;
325 st_mem_root_allocator::alloc(void* ctx, size_t bytes) in alloc()
327 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in alloc()
332 st_mem_root_allocator::mem_calloc(void* ctx, size_t nelem, size_t bytes) in mem_calloc()
334 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in mem_calloc()
340 st_mem_root_allocator::mem_free(void* ctx, void* mem) in mem_free()
347 st_mem_root_allocator::st_mem_root_allocator(MEM_ROOT* _mem_root) in st_mem_root_allocator() function in st_mem_root_allocator
577 st_mem_root_allocator::alloc(&mra, sizeof(st_transaction)); in get_or_create_transaction()
[all …]
H A Dndb_conflict_trans.h171 struct st_mem_root_allocator struct
178 st_mem_root_allocator(MEM_ROOT* _mem_root); argument
298 st_mem_root_allocator mra;
307 HashMap2<st_row_event_key_info, true, st_mem_root_allocator> key_hash;
317 HashMap2<st_transaction, true, st_mem_root_allocator> trans_hash;
325 HashMap2<st_trans_dependency, true, st_mem_root_allocator> dependency_hash;
333 LinkedStack<Uint64, st_mem_root_allocator> iteratorTodo;
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dndb_conflict_trans.cc244 template class HashMap2<st_transaction, true, st_mem_root_allocator>;
245 template class HashMap2<st_trans_dependency, true, st_mem_root_allocator>;
246 template class LinkedStack<Uint64, st_mem_root_allocator>;
325 st_mem_root_allocator::alloc(void* ctx, size_t bytes) in alloc()
327 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in alloc()
332 st_mem_root_allocator::mem_calloc(void* ctx, size_t nelem, size_t bytes) in mem_calloc()
334 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in mem_calloc()
340 st_mem_root_allocator::mem_free(void* ctx, void* mem) in mem_free()
347 st_mem_root_allocator::st_mem_root_allocator(MEM_ROOT* _mem_root) in st_mem_root_allocator() function in st_mem_root_allocator
577 st_mem_root_allocator::alloc(&mra, sizeof(st_transaction)); in get_or_create_transaction()
[all …]
H A Dndb_conflict_trans.h171 struct st_mem_root_allocator struct
178 st_mem_root_allocator(MEM_ROOT* _mem_root); argument
298 st_mem_root_allocator mra;
307 HashMap2<st_row_event_key_info, true, st_mem_root_allocator> key_hash;
317 HashMap2<st_transaction, true, st_mem_root_allocator> trans_hash;
325 HashMap2<st_trans_dependency, true, st_mem_root_allocator> dependency_hash;
333 LinkedStack<Uint64, st_mem_root_allocator> iteratorTodo;
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dndb_conflict_trans.cc244 template class HashMap2<st_transaction, true, st_mem_root_allocator>;
245 template class HashMap2<st_trans_dependency, true, st_mem_root_allocator>;
246 template class LinkedStack<Uint64, st_mem_root_allocator>;
325 st_mem_root_allocator::alloc(void* ctx, size_t bytes) in alloc()
327 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in alloc()
332 st_mem_root_allocator::mem_calloc(void* ctx, size_t nelem, size_t bytes) in mem_calloc()
334 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in mem_calloc()
340 st_mem_root_allocator::mem_free(void* ctx, void* mem) in mem_free()
347 st_mem_root_allocator::st_mem_root_allocator(MEM_ROOT* _mem_root) in st_mem_root_allocator() function in st_mem_root_allocator
577 st_mem_root_allocator::alloc(&mra, sizeof(st_transaction)); in get_or_create_transaction()
[all …]
H A Dndb_conflict_trans.h171 struct st_mem_root_allocator struct
178 st_mem_root_allocator(MEM_ROOT* _mem_root); argument
298 st_mem_root_allocator mra;
307 HashMap2<st_row_event_key_info, true, st_mem_root_allocator> key_hash;
317 HashMap2<st_transaction, true, st_mem_root_allocator> trans_hash;
325 HashMap2<st_trans_dependency, true, st_mem_root_allocator> dependency_hash;
333 LinkedStack<Uint64, st_mem_root_allocator> iteratorTodo;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dndb_conflict_trans.cc244 template class HashMap2<st_transaction, true, st_mem_root_allocator>;
245 template class HashMap2<st_trans_dependency, true, st_mem_root_allocator>;
246 template class LinkedStack<Uint64, st_mem_root_allocator>;
325 st_mem_root_allocator::alloc(void* ctx, size_t bytes) in alloc()
327 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in alloc()
332 st_mem_root_allocator::mem_calloc(void* ctx, size_t nelem, size_t bytes) in mem_calloc()
334 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in mem_calloc()
340 st_mem_root_allocator::mem_free(void* ctx, void* mem) in mem_free()
347 st_mem_root_allocator::st_mem_root_allocator(MEM_ROOT* _mem_root) in st_mem_root_allocator() function in st_mem_root_allocator
577 st_mem_root_allocator::alloc(&mra, sizeof(st_transaction)); in get_or_create_transaction()
[all …]
H A Dndb_conflict_trans.h171 struct st_mem_root_allocator struct
178 st_mem_root_allocator(MEM_ROOT* _mem_root); argument
298 st_mem_root_allocator mra;
307 HashMap2<st_row_event_key_info, true, st_mem_root_allocator> key_hash;
317 HashMap2<st_transaction, true, st_mem_root_allocator> trans_hash;
325 HashMap2<st_trans_dependency, true, st_mem_root_allocator> dependency_hash;
333 LinkedStack<Uint64, st_mem_root_allocator> iteratorTodo;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dndb_conflict_trans.cc244 template class HashMap2<st_transaction, true, st_mem_root_allocator>;
245 template class HashMap2<st_trans_dependency, true, st_mem_root_allocator>;
246 template class LinkedStack<Uint64, st_mem_root_allocator>;
325 st_mem_root_allocator::alloc(void* ctx, size_t bytes) in alloc()
327 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in alloc()
332 st_mem_root_allocator::mem_calloc(void* ctx, size_t nelem, size_t bytes) in mem_calloc()
334 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in mem_calloc()
340 st_mem_root_allocator::mem_free(void* ctx, void* mem) in mem_free()
347 st_mem_root_allocator::st_mem_root_allocator(MEM_ROOT* _mem_root) in st_mem_root_allocator() function in st_mem_root_allocator
577 st_mem_root_allocator::alloc(&mra, sizeof(st_transaction)); in get_or_create_transaction()
[all …]
H A Dndb_conflict_trans.h171 struct st_mem_root_allocator struct
178 st_mem_root_allocator(MEM_ROOT* _mem_root); argument
298 st_mem_root_allocator mra;
307 HashMap2<st_row_event_key_info, true, st_mem_root_allocator> key_hash;
317 HashMap2<st_transaction, true, st_mem_root_allocator> trans_hash;
325 HashMap2<st_trans_dependency, true, st_mem_root_allocator> dependency_hash;
333 LinkedStack<Uint64, st_mem_root_allocator> iteratorTodo;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dndb_conflict_trans.cc244 template class HashMap2<st_transaction, true, st_mem_root_allocator>;
245 template class HashMap2<st_trans_dependency, true, st_mem_root_allocator>;
246 template class LinkedStack<Uint64, st_mem_root_allocator>;
325 st_mem_root_allocator::alloc(void* ctx, size_t bytes) in alloc()
327 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in alloc()
332 st_mem_root_allocator::mem_calloc(void* ctx, size_t nelem, size_t bytes) in mem_calloc()
334 st_mem_root_allocator* a = (st_mem_root_allocator*) ctx; in mem_calloc()
340 st_mem_root_allocator::mem_free(void* ctx, void* mem) in mem_free()
347 st_mem_root_allocator::st_mem_root_allocator(MEM_ROOT* _mem_root) in st_mem_root_allocator() function in st_mem_root_allocator
577 st_mem_root_allocator::alloc(&mra, sizeof(st_transaction)); in get_or_create_transaction()
[all …]
H A Dndb_conflict_trans.h171 struct st_mem_root_allocator struct
178 st_mem_root_allocator(MEM_ROOT* _mem_root); argument
298 st_mem_root_allocator mra;
307 HashMap2<st_row_event_key_info, true, st_mem_root_allocator> key_hash;
317 HashMap2<st_transaction, true, st_mem_root_allocator> trans_hash;
325 HashMap2<st_trans_dependency, true, st_mem_root_allocator> dependency_hash;
333 LinkedStack<Uint64, st_mem_root_allocator> iteratorTodo;