MCPcopy Create free account

hub / github.com/amadvance/tommyds / functions

Functions1,190 in github.com/amadvance/tommyds

↓ 1 callersFunctiontommy_arrayof_memory_usage
tommyds/tommyarrayof.c:80
↓ 1 callersFunctiontommy_chain_merge
* Merges two chains. * \param first First chain (will contain the result). * \param second Second chain (will be empty after the merge). * \param c
tommyds/tommychain.h:95
↓ 1 callersFunctiontommy_chain_mergesort
* Sorts a chain. * It's a stable merge sort using power of 2 buckets, with O(N*log(N)) complexity, * similar to the one used in the SGI STL librarie
tommyds/tommychain.h:166
↓ 1 callersFunctiontommy_chain_splice
* Splices a chain in the middle of another chain. * \param first_before Node before the splice point. * \param first_after Node after the splice poi
tommyds/tommychain.h:64
↓ 1 callersFunctiontommy_hashdyn_foreach
tommyds/tommyhashdyn.c:185
↓ 1 callersFunctiontommy_hashdyn_foreach_arg
tommyds/tommyhashdyn.c:202
↓ 1 callersFunctiontommy_hashlin_foreach
tommyds/tommyhashlin.c:291
↓ 1 callersFunctiontommy_hashlin_foreach_arg
tommyds/tommyhashlin.c:310
↓ 1 callersFunctiontommy_hashtable_foreach
tommyds/tommyhashtbl.c:103
↓ 1 callersFunctiontommy_hashtable_foreach_arg
tommyds/tommyhashtbl.c:120
↓ 1 callersFunctiontommy_list_init
* Initializes the list. * The list is completely inplace, so it doesn't need to be deinitialized. */
tommyds/tommylist.h:114
↓ 1 callersFunctiontommy_list_insert_head_not_empty
\internal * Inserts an element at the head of a non-empty list. * The element is inserted at the head of the list. The list cannot be empty. * \par
tommyds/tommylist.h:164
↓ 1 callersFunctiontommy_list_set
\internal * Setup a list. */
tommyds/tommylist.c:34
↓ 1 callersFunctiontommy_swap32
tommyds/tommyhash.c:42
↓ 1 callersFunctiontommy_tree_foreach
tommyds/tommytree.c:261
↓ 1 callersFunctiontommy_tree_foreach_arg
tommyds/tommytree.c:283
↓ 1 callersFunctiontommy_tree_foreach_arg_node
tommyds/tommytree.c:266
↓ 1 callersFunctiontommy_tree_foreach_node
tommyds/tommytree.c:244
↓ 1 callersFunctiontommy_tree_init
tommyds/tommytree.c:35
↓ 1 callersFunctiontommy_tree_insert_node
tommyds/tommytree.c:116
↓ 1 callersFunctiontommy_tree_memory_usage
tommyds/tommytree.c:288
↓ 1 callersFunctiontommy_tree_move_right
tommyds/tommytree.c:75
↓ 1 callersFunctiontommy_tree_remove_node
tommyds/tommytree.c:158
↓ 1 callersFunctiontommy_trie_bucket
tommyds/tommytrie.c:296
↓ 1 callersFunctiontommy_trie_inplace_bucket
tommyds/tommytrieinp.c:259
↓ 1 callersFunctiontommy_trie_inplace_list_insert_first
* Create a new list with a single element. */
tommyds/tommytrieinp.c:48
↓ 1 callersFunctiontommy_trie_inplace_list_insert_tail_not_empty
* Add an element to an existing list. * \note The element is inserted at the end of the list. */
tommyds/tommytrieinp.c:63
↓ 1 callersFunctiontommy_trie_inplace_list_remove
* Remove an element from the list. */
tommyds/tommytrieinp.c:79
↓ 1 callersFunctiontrie_bucket_insert
tommyds/tommytrie.c:90
↓ 1 callersFunctiontrie_inplace_bucket_insert
tommyds/tommytrieinp.c:106
↓ 1 callersFunctionuthash_size
benchmark.cc:2556
↓ 1 callersFunctionutstring_printf_va
benchmark/lib/uthash/utstring.h:108
↓ 1 callersMethodvalue_check
benchmark/lib/cpp-btree/btree_test.h:182
↓ 1 callersFunctionvector_clear
benchmark/lib/libdynamic/vector.c:113
↓ 1 callersFunctionvector_data
benchmark/lib/libdynamic/vector.c:72
↓ 1 callersFunctionvector_erase
benchmark/lib/libdynamic/vector.c:94
↓ 1 callersFunctionvector_erase_range
benchmark/lib/libdynamic/vector.c:102
FunctionBM_Delete
benchmark/lib/cpp-btree/btree_bench.cc:269
FunctionBM_Fifo
benchmark/lib/cpp-btree/btree_bench.cc:423
FunctionBM_FullLookup
benchmark/lib/cpp-btree/btree_bench.cc:237
FunctionBM_FwdIter
benchmark/lib/cpp-btree/btree_bench.cc:448
FunctionBM_Insert
benchmark/lib/cpp-btree/btree_bench.cc:168
FunctionBM_Lookup
benchmark/lib/cpp-btree/btree_bench.cc:205
FunctionBM_MixedAddRem
benchmark/lib/cpp-btree/btree_bench.cc:371
FunctionBM_QueueAddRem
benchmark/lib/cpp-btree/btree_bench.cc:311
MethodBenchmarkRun
benchmark/lib/cpp-btree/btree_bench.cc:84
FunctionBtreeAllocatorTest
benchmark/lib/cpp-btree/btree_test.h:877
FunctionBtreeMapTest
benchmark/lib/cpp-btree/btree_test.h:898
FunctionBtreeMultiMapTest
benchmark/lib/cpp-btree/btree_test.h:924
FunctionBtreeMultiTest
benchmark/lib/cpp-btree/btree_test.h:805
FunctionBtreeTest
benchmark/lib/cpp-btree/btree_test.h:783
FunctionCOND
benchmark.cc:942
FunctionConstTest
benchmark/lib/cpp-btree/btree_test.h:727
FunctionDenseFirstBucket
benchmark/lib/google/libchash.c:741
FunctionDenseFree
benchmark/lib/google/libchash.c:693
FunctionDenseInsert
benchmark/lib/google/libchash.c:712
FunctionDenseMemory
benchmark/lib/google/libchash.c:791
FunctionDenseRead
benchmark/lib/google/libchash.c:769
FunctionDenseWrite
benchmark/lib/google/libchash.c:750
FunctionEntriesUpto
we need a small function to figure out # of items set in the bm */
benchmark/lib/google/libchash.c:382
FunctionGenerateValues
benchmark/lib/cpp-btree/btree_test.h:563
MethodGenerator
benchmark/lib/cpp-btree/btree_test.h:504
MethodGenerator
benchmark/lib/cpp-btree/btree_test.h:516
MethodGenerator
benchmark/lib/cpp-btree/btree_test.h:530
FunctionHTcopy
benchmark/lib/google/libchash.c:303
FunctionHashDelete
benchmark/lib/google/libchash.c:1264
FunctionHashFindLast
benchmark/lib/google/libchash.c:1226
FunctionHashFindOrInsertItem
benchmark/lib/google/libchash.c:1249
FunctionHashInsertItem
benchmark/lib/google/libchash.c:1259
FunctionHashLoadKeys
benchmark/lib/google/libchash.c:1468
FunctionHashSave
benchmark/lib/google/libchash.c:1351
FunctionHashSetDeltaGoalSize
benchmark/lib/google/libchash.c:1315
MethodKeyInfo
benchmark/lib/google/sparsehash/sparsehashtable.h:1117
MethodKeyInfo
benchmark/lib/google/sparsehash/densehashtable.h:1187
FunctionMapTest
benchmark/lib/cpp-btree/safe_btree_test.cc:42
FunctionMapTest
benchmark/lib/cpp-btree/btree_test.cc:32
FunctionMultiMapTest
benchmark/lib/cpp-btree/btree_test.cc:81
FunctionMultiSetTest
benchmark/lib/cpp-btree/btree_test.cc:72
FunctionPrintHashTable
benchmark/lib/google/libchash.c:1491
MethodRandGen
benchmark/lib/cpp-btree/btree_bench.cc:53
MethodReset
benchmark/lib/cpp-btree/btree_bench.cc:128
FunctionSetTest
benchmark/lib/cpp-btree/safe_btree_test.cc:35
FunctionSetTest
benchmark/lib/cpp-btree/btree_test.cc:24
MethodSettings
benchmark/lib/google/sparsehash/sparsehashtable.h:1108
MethodSettings
benchmark/lib/google/sparsehash/densehashtable.h:1179
FunctionSparseFirstBucket
benchmark/lib/google/libchash.c:591
FunctionSparseFree
benchmark/lib/google/libchash.c:497
FunctionSparseInsert
benchmark/lib/google/libchash.c:538
FunctionSparseMemory
benchmark/lib/google/libchash.c:646
FunctionSparseRead
benchmark/lib/google/libchash.c:620
FunctionSparseWrite
benchmark/lib/google/libchash.c:610
MethodSubstringLess
benchmark/lib/cpp-btree/btree_test.cc:115
FunctionTEST
benchmark/lib/cpp-btree/safe_btree_test.cc:49
FunctionTEST
benchmark/lib/cpp-btree/btree_test.cc:40
MethodTestAllocator
benchmark/lib/cpp-btree/btree_test.h:843
MethodValInfo
benchmark/lib/google/sparsehash/densehashtable.h:1164
Function__ac_X31_hash_string
benchmark/lib/khash/khash.h:262
Functionaddress
benchmark/lib/google/sparsehash/libc_allocator_with_realloc.h:60
Methodadvance_past_deleted
Arithmetic. The only hard part is making sure that we're not on a marked-deleted array element
benchmark/lib/google/sparsehash/sparsehashtable.h:188
Methodadvance_past_deleted
Arithmetic. The only hard part is making sure that we're not on a marked-deleted array element
benchmark/lib/google/sparsehash/sparsehashtable.h:243
← previousnext →401–500 of 1,190, ranked by callers