MCPcopy Create free account

hub / github.com/amadvance/tommyds / functions

Functions1,190 in github.com/amadvance/tommyds

↓ 1 callersMethodbytes_used
The total number of bytes used by the btree.
benchmark/lib/cpp-btree/btree.h:1173
↓ 1 callersFunctioncache_clear
check.c:268
↓ 1 callersFunctioncache_clear
benchmark.cc:875
↓ 1 callersMethodcount_multi
Returns a count of the number of times the key appears in the btree.
benchmark/lib/cpp-btree/btree.h:1093
↓ 1 callersMethodcount_unique
Returns a count of the number of times the key appears in the btree.
benchmark/lib/cpp-btree/btree.h:1083
↓ 1 callersFunctioncreate_cube
benchmark/lib/cube/binary-search-tesseract-1.0.c:244
↓ 1 callersFunctiondeallocate
benchmark/lib/google/sparsehash/libc_allocator_with_realloc.h:66
↓ 1 callersFunctiondestroy_cube
benchmark/lib/cube/binary-search-tesseract-1.0.c:253
↓ 1 callersMethoddestructive_begin
This is used when resizing
benchmark/lib/google/sparsehash/sparsehashtable.h:416
↓ 1 callersMethoddump
benchmark/lib/cpp-btree/btree_container.h:96
↓ 1 callersMethodempty
benchmark/lib/cpp-btree/btree_test.h:361
↓ 1 callersMethoderase_multi
benchmark/lib/cpp-btree/btree.h:1945
↓ 1 callersMethoderase_unique
benchmark/lib/cpp-btree/btree.h:1934
↓ 1 callersMethodfind
benchmark/lib/google/sparsehash/sparsehashtable.h:850
↓ 1 callersMethodfind
benchmark/lib/google/sparsehash/densehashtable.h:834
↓ 1 callersFunctiongooglebtree_size
benchmark.cc:2592
↓ 1 callersFunctiongoogledensehash_size
benchmark.cc:2583
↓ 1 callersFunctionhashdyn_grow_step
* Grow. */
tommyds/tommyhashdyn.c:120
↓ 1 callersFunctionhashlin_grow_step
* Grow one step. */
tommyds/tommyhashlin.c:89
↓ 1 callersFunctionhelp
benchmark.cc:2820
↓ 1 callersMethodincrement
Increment/decrement the iterator.
benchmark/lib/cpp-btree/btree.h:777
↓ 1 callersFunctioninsert_w_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:560
↓ 1 callersFunctioninsert_x_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:608
↓ 1 callersFunctioninsert_y_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:654
↓ 1 callersMethodinternal_locate_compare_to
benchmark/lib/cpp-btree/btree.h:2250
↓ 1 callersMethodinternal_locate_plain_compare
benchmark/lib/cpp-btree/btree.h:2237
↓ 1 callersFunctionjudy_promote
benchmark/lib/judyarray/judy64na.c:665
↓ 1 callersFunctionjudy_size
benchmark/lib/judyarray/judy64na.c:250
↓ 1 callersFunctionjudy_splitnode
benchmark/lib/judyarray/judy64na.c:779
↓ 1 callersFunctionjudy_splitspan
benchmark/lib/judyarray/judy64na.c:1261
↓ 1 callersFunctionlibdynamic_size
benchmark.cc:2615
↓ 1 callersMethodlinear_search_compare_to
benchmark/lib/cpp-btree/btree.h:608
↓ 1 callersMethodlower_bound
Lookup routines.
benchmark/lib/cpp-btree/btree_test.h:200
↓ 1 callersMethodlower_bound
Lookup routines.
benchmark/lib/cpp-btree/safe_btree.h:235
↓ 1 callersMethodmake_root
benchmark/lib/cpp-btree/btree.h:539
↓ 1 callersFunctionmap_assert
benchmark/lib/libdynamic/map.c:24
↓ 1 callersFunctionmap_construct
benchmark/lib/libdynamic/map.c:73
↓ 1 callersFunctionmap_destruct
benchmark/lib/libdynamic/map.c:83
↓ 1 callersFunctionmap_reserve
benchmark/lib/libdynamic/map.c:96
↓ 1 callersFunctionmap_roundup
benchmark/lib/libdynamic/map.c:10
↓ 1 callersMethodmax_size
benchmark/lib/cpp-btree/btree_test.h:360
↓ 1 callersFunctionmerge
benchmark/lib/judyarray/judy64na.c:1758
↓ 1 callersMethodmerge
benchmark/lib/cpp-btree/btree.h:1592
↓ 1 callersFunctionmerge_w_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:796
↓ 1 callersFunctionmerge_x_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:843
↓ 1 callersFunctionmerge_y_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:879
↓ 1 callersMethodmutable_value
benchmark/lib/cpp-btree/btree.h:562
↓ 1 callersFunctionnano_init
check.c:132
↓ 1 callersFunctionnano_init
benchmark.cc:557
↓ 1 callersFunctionnedtrie_size
benchmark.cc:2568
↓ 1 callersMethodnodes
benchmark/lib/cpp-btree/btree_test.h:368
↓ 1 callersFunctionorder_done
benchmark.cc:933
↓ 1 callersFunctionorder_init
benchmark.cc:895
↓ 1 callersFunctionrbt_size
benchmark.cc:2607
↓ 1 callersMethodrealloc_or_die
realloc_or_die should only be used when using the default allocator (libc_allocator_with_realloc).
benchmark/lib/google/sparsehash/densehashtable.h:1121
↓ 1 callersMethodresize
Though the docs say this should be num_buckets, I think it's much more useful as num_elements. As a special feature, calling with req_elements==0 wil
benchmark/lib/google/sparsehash/densehashtable.h:643
↓ 1 callersMethodsame
Returns true if the headers have the same vital properties
benchmark/lib/stx/btree.h:3823
↓ 1 callersMethodset_deleted_key
benchmark/lib/google/sparsehash/densehashtable.h:386
↓ 1 callersMethodset_empty_key
TODO(csilvers): change all callers of this to pass in a key instead, and take a const key_type instead of const value_type.
benchmark/lib/google/sparsehash/densehashtable.h:481
↓ 1 callersMethodset_slot
Set the (key,data) pair in slot. Overloaded function used by bulk_load().
benchmark/lib/stx/btree.h:363
↓ 1 callersMethodset_use_empty
benchmark/lib/google/sparsehash/hashtable-common.h:111
↓ 1 callersMethodsize
Size routines.
benchmark/lib/cpp-btree/btree_container.h:104
↓ 1 callersFunctionsize_cube
benchmark/lib/cube/binary-search-tesseract-1.0.c:894
↓ 1 callersFunctionsplit_w_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:766
↓ 1 callersFunctionsplit_x_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:813
↓ 1 callersFunctionsplit_y_node
benchmark/lib/cube/binary-search-tesseract-1.0.c:860
↓ 1 callersFunctionstrcount
Counts the number of occurances of "c" in a buffer.
benchmark/lib/cpp-btree/btree_test.h:94
↓ 1 callersFunctionstxbtree_size
benchmark.cc:2599
↓ 1 callersMethodswap
Many STL algorithms use swap instead of copy constructors
benchmark/lib/google/sparsehash/sparsehashtable.h:797
↓ 1 callersFunctiontest
benchmark.cc:2682
↓ 1 callersFunctiontest_alloc
check.c:667
↓ 1 callersFunctiontest_alloc
benchmark.cc:940
↓ 1 callersFunctiontest_array
check.c:1009
↓ 1 callersFunctiontest_arrayblk
check.c:1100
↓ 1 callersFunctiontest_arrayblkof
check.c:1144
↓ 1 callersFunctiontest_arrayof
check.c:1053
↓ 1 callersFunctiontest_change
benchmark.cc:1895
↓ 1 callersFunctiontest_free
benchmark.cc:1099
↓ 1 callersFunctiontest_hash
check.c:589
↓ 1 callersFunctiontest_hashdyn
check.c:1309
↓ 1 callersFunctiontest_hashlin
check.c:1415
↓ 1 callersFunctiontest_hashtable
check.c:1191
↓ 1 callersFunctiontest_hit
benchmark.cc:1403
↓ 1 callersFunctiontest_insert
benchmark.cc:1229
↓ 1 callersFunctiontest_list
check.c:743
↓ 1 callersFunctiontest_miss
benchmark.cc:1696
↓ 1 callersFunctiontest_remove
benchmark.cc:2224
↓ 1 callersFunctiontest_size
benchmark.cc:2620
↓ 1 callersFunctiontest_tree
check.c:877
↓ 1 callersFunctiontest_trie
check.c:1538
↓ 1 callersFunctiontest_trie_inplace
check.c:1635
↓ 1 callersFunctiontommy_allocator_memory_usage
tommyds/tommyalloc.c:146
↓ 1 callersFunctiontommy_arrayblk_done
tommyds/tommyarrayblk.c:40
↓ 1 callersFunctiontommy_arrayblk_init
tommyds/tommyarrayblk.c:33
↓ 1 callersFunctiontommy_arrayblk_memory_usage
tommyds/tommyarrayblk.c:78
↓ 1 callersFunctiontommy_arrayblkof_done
tommyds/tommyarrayblkof.c:41
↓ 1 callersFunctiontommy_arrayblkof_init
tommyds/tommyarrayblkof.c:33
↓ 1 callersFunctiontommy_arrayblkof_memory_usage
tommyds/tommyarrayblkof.c:79
↓ 1 callersFunctiontommy_arrayof_done
tommyds/tommyarrayof.c:48
↓ 1 callersFunctiontommy_arrayof_init
tommyds/tommyarrayof.c:33
← previousnext →301–400 of 1,190, ranked by callers