MCPcopy Create free account

hub / github.com/Snapchat/KeyDB / functions

Functions10,473 in github.com/Snapchat/KeyDB

↓ 4 callersFunctionarena_slab_dalloc
deps/memkind/src/jemalloc/src/arena.c:1076
↓ 4 callersFunctionarena_slab_dalloc
deps/jemalloc/src/arena.c:1004
↓ 4 callersFunctionarena_slab_reg_alloc
deps/memkind/src/jemalloc/src/arena.c:386
↓ 4 callersFunctionarenas_i2a_impl
deps/memkind/src/jemalloc/src/ctl.c:583
↓ 4 callersFunctionarenas_i2a_impl
deps/jemalloc/src/ctl.c:682
↓ 4 callersMethodargv_len_sum
src/networking.cpp:228
↓ 4 callersFunctionassertReplyAndFree
deps/hiredis/examples/example-push.c:44
↓ 4 callersFunctionatomic_fence
deps/memkind/src/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:14
↓ 4 callersFunctionatomic_fence
deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:14
↓ 4 callersFunctionbackground_thread_ctl_init
* When lazy lock is enabled, we need to make sure setting isthreaded before * taking any background_thread locks. This is called early in ctl (inste
deps/jemalloc/src/background_thread.c:867
↓ 4 callersFunctionbackground_thread_indefinite_sleep
deps/memkind/src/jemalloc/include/jemalloc/internal/background_thread_inlines.h:38
↓ 4 callersFunctionbackground_thread_indefinite_sleep
deps/jemalloc/include/jemalloc/internal/background_thread_inlines.h:43
↓ 4 callersFunctionbase_extent_hooks_get
deps/memkind/src/jemalloc/src/base.c:286
↓ 4 callersFunctionbase_extent_hooks_get
deps/jemalloc/src/base.c:407
↓ 4 callersFunctionbulklen
Helper that calculates the bulk length given a certain string length. */
deps/hiredis/hiredis.c:302
↓ 4 callersFunctionc_str
deps/memkind/src/test/gtest_fused/gtest/gtest.h:4815
↓ 4 callersFunctioncache_bin_alloc_easy
deps/jemalloc/include/jemalloc/internal/cache_bin.h:87
↓ 4 callersFunctioncallTMres
deps/lua/src/lvm.c:80
↓ 4 callersFunctioncheck_next
deps/lua/src/llex.c:163
↓ 4 callersFunctionchunk
deps/lua/src/lparser.c:1325
↓ 4 callersFunctionckh_insert
deps/memkind/src/jemalloc/src/ckh.c:465
↓ 4 callersFunctioncliPrintContextError
src/redis-cli.c:758
↓ 4 callersFunctionclusterBroadcastMessage
Send a message to all the nodes that are part of the cluster having * a connected link. * * It is guaranteed that this function will never have as
src/cluster.cpp:2474
↓ 4 callersFunctionclusterDelNode
Remove a node from the cluster. The function performs the high level * cleanup, calling freeClusterNode() for the low level cleanup. * Here we do th
src/cluster.cpp:1034
↓ 4 callersFunctionclusterLogCantFailover
This function is called by clusterHandleSlaveFailover() in order to * let the slave log why it is not able to failover. Sometimes there are * not th
src/cluster.cpp:3106
↓ 4 callersFunctionclusterManagerGetAntiAffinityScore
Return the anti-affinity score, which is a measure of the amount of * violations of anti-affinity in the current cluster layout, that is, how * badl
src/redis-cli-cpphelper.cpp:370
↓ 4 callersFunctionclusterManagerNodeLoadInfo
Load node's cluster configuration by calling "CLUSTER NODES" command. * Node's configuration (name, replicate, slots, ...) is then updated. * If CLU
src/redis-cli.c:3631
↓ 4 callersFunctionclusterManagerOnError
Add the error string to cluster_manager.errors and print it. */
src/redis-cli.c:4035
↓ 4 callersFunctionclusterManagerRemoveNodeFromList
src/redis-cli.c:2567
↓ 4 callersFunctionclusterNodeForResharding
src/redis-cli.c:4513
↓ 4 callersFunctionclusterNodeRemoveSlave
src/cluster.cpp:948
↓ 4 callersFunctionclusterRedirectClient
Send the client the right redirection code, according to error_code * that should be set to one of CLUSTER_REDIR_* macros. * * If CLUSTER_REDIR_ASK
src/cluster.cpp:6100
↓ 4 callersFunctionconfirmWithYes
src/redis-cli.c:1826
↓ 4 callersFunctionconnCreateSocket
src/connection.cpp:78
↓ 4 callersFunctionconnEnableTcpNoDelay
src/connection.cpp:431
↓ 4 callersFunctionconnNonBlock
src/connection.cpp:426
↓ 4 callersFunctionconnectWithMaster
src/replication.cpp:3806
↓ 4 callersFunctioncorrectbytes
deps/lua/src/lua_struct.c:196
↓ 4 callersMethodcount
src/StorageCache.cpp:211
↓ 4 callersFunctioncountDigits
Return the number of digits of 'v' when converted to string in radix 10. * Implementation borrowed from link in redis/src/util.c:string2ll(). */
deps/hiredis/hiredis.c:289
↓ 4 callersFunctioncreate
deps/concurrentqueue/concurrentqueue.h:3623
↓ 4 callersFunctioncreateDumpPayload
Generates a DUMP-format representation of the object 'o', adding it to the * io stream pointed by 'rio'. This function can't fail. */
src/cluster.cpp:5125
↓ 4 callersFunctioncreateIntsetObject
src/object.cpp:276
↓ 4 callersFunctioncreateSentinelAddr
Create a sentinelAddr object and return it on success. * On error NULL is returned and errno is set to: * ENOENT: Can't resolve the hostname. * E
src/sentinel.cpp:601
↓ 4 callersFunctioncreateSocketAcceptHandler
Create an event handler for accepting new connections in TCP or TLS domain sockets. * This works atomically for all socket fds */
src/server.cpp:3668
↓ 4 callersFunctioncreateStringObjectFromLongDouble
Create a string object from a long double. If humanfriendly is non-zero * it does not use exponential format and trims trailing zeroes at the end, *
src/object.cpp:220
↓ 4 callersFunctioncreateULongConfig
src/config.cpp:2403
↓ 4 callersFunctionctl_named_node
deps/memkind/src/jemalloc/src/ctl.c:29
↓ 4 callersFunctionctl_named_node
deps/jemalloc/src/ctl.c:29
↓ 4 callersFunctioncurrentpc
deps/lua/src/ldebug.c:36
↓ 4 callersMethoddequeue_bulk
deps/concurrentqueue/concurrentqueue.h:1705
↓ 4 callersFunctiondictFindWithPrev
src/dict.cpp:848
↓ 4 callersFunctiondictGetHash
src/dict.cpp:1436
↓ 4 callersFunctiondictRelease
Clear & Release the hash table */
deps/hiredis/dict.c:250
↓ 4 callersFunctiondictReplace
Add or Overwrite: * Add an element, discarding the old value if the key already exists. * Return 1 if the key was added from scratch, 0 if there was
src/dict.cpp:666
↓ 4 callersFunctiondictSdsHash
src/server.cpp:1402
↓ 4 callersFunctiondictTryExpand
return DICT_ERR if expand failed due to memory allocation failure */
src/dict.cpp:342
↓ 4 callersFunctiondigits10
Return the number of digits of 'v' when converted to string in radix 10. * See ll2string() for more information. */
src/util.c:276
↓ 4 callersFunctiondiscontinueAsyncRehash
src/dict.cpp:476
↓ 4 callersFunctiondo_arena_create
deps/memkind/src/jemalloc/test/unit/decay.c:38
↓ 4 callersFunctiondo_arena_create
deps/jemalloc/test/unit/decay.c:38
↓ 4 callersFunctiondo_arena_destroy
deps/memkind/src/jemalloc/test/unit/arena_reset.c:178
↓ 4 callersFunctiondo_arena_destroy
deps/jemalloc/test/unit/arena_reset.c:178
↓ 4 callersFunctiondo_arena_reset_post
deps/memkind/src/jemalloc/test/unit/arena_reset.c:136
↓ 4 callersFunctiondo_arena_reset_post
deps/jemalloc/test/unit/arena_reset.c:136
↓ 4 callersFunctiondo_arena_reset_pre
deps/memkind/src/jemalloc/test/unit/arena_reset.c:97
↓ 4 callersFunctiondo_arena_reset_pre
deps/jemalloc/test/unit/arena_reset.c:97
↓ 4 callersFunctiondupSentinelAddr
Return a duplicate of the source address. */
src/sentinel.cpp:622
↓ 4 callersFunctionemitter_init
deps/jemalloc/include/jemalloc/internal/emitter.h:223
↓ 4 callersFunctionemitter_json_key_prefix
deps/jemalloc/include/jemalloc/internal/emitter.h:210
↓ 4 callersFunctionemitter_nest_dec
deps/jemalloc/include/jemalloc/internal/emitter.h:189
↓ 4 callersFunctionemitter_nest_inc
Internal functions. In json mode, tracks nesting state. */
deps/jemalloc/include/jemalloc/internal/emitter.h:183
↓ 4 callersFunctionemitter_print_value
* Internal. Emit the given value type in the relevant encoding (so that the * bool true gets mapped to json "true", but the string "true" gets mappe
deps/jemalloc/include/jemalloc/internal/emitter.h:116
↓ 4 callersMethodendSnapshot
src/snapshot.cpp:324
↓ 4 callersFunctionexecCommandPropagateMulti
Send a MULTI command to all the slaves and AOF file. Check the execCommand * implementation for more information. */
src/multi.cpp:133
↓ 4 callersFunctionexpireGenericCommand
This is the generic command implementation for EXPIRE, PEXPIRE, EXPIREAT * and PEXPIREAT. Because the command second argument may be relative or abso
src/expire.cpp:739
↓ 4 callersMethodexport_row
deps/memkind/src/test/allocator_perf_tool/CSVLogger.hpp:50
↓ 4 callersFunctionextent_alloc
deps/memkind/src/jemalloc/src/extent.c:174
↓ 4 callersFunctionextent_alloc
deps/jemalloc/src/extent.c:179
↓ 4 callersFunctionextent_committed_set
deps/memkind/src/jemalloc/include/jemalloc/internal/extent_inlines.h:266
↓ 4 callersFunctionextent_committed_set
deps/jemalloc/include/jemalloc/internal/extent_inlines.h:318
↓ 4 callersFunctionextent_dalloc_wrapper
deps/jemalloc/src/extent.c:1806
↓ 4 callersFunctionextent_deregister
deps/jemalloc/src/extent.c:877
↓ 4 callersFunctionextent_gdump_add
deps/jemalloc/src/extent.c:743
↓ 4 callersFunctionextent_list_append
deps/memkind/src/jemalloc/include/jemalloc/internal/extent_inlines.h:332
↓ 4 callersFunctionextent_list_append
deps/jemalloc/include/jemalloc/internal/extent_inlines.h:421
↓ 4 callersFunctionextent_list_init
deps/memkind/src/jemalloc/include/jemalloc/internal/extent_inlines.h:317
↓ 4 callersFunctionextent_list_init
deps/jemalloc/include/jemalloc/internal/extent_inlines.h:406
↓ 4 callersFunctionextent_lock_from_addr
* Returns a pool-locked extent_t * if there's one associated with the given * address, and NULL otherwise. */
deps/jemalloc/src/extent.c:162
↓ 4 callersFunctionextent_need_manual_zero
deps/jemalloc/src/extent.c:1112
↓ 4 callersFunctionextent_slab_data_get
deps/jemalloc/include/jemalloc/internal/extent_inlines.h:171
↓ 4 callersFunctionfastlock_init
src/fastlock.cpp:330
↓ 4 callersFunctionfatal
deps/lua/src/luac.c:36
↓ 4 callersFunctionfill_array32
* This function generates pseudorandom 32-bit integers in the * specified array[] by one call. The number of pseudorandom integers * is specified by
deps/memkind/src/jemalloc/test/src/SFMT.c:551
↓ 4 callersFunctionfill_array32
* This function generates pseudorandom 32-bit integers in the * specified array[] by one call. The number of pseudorandom integers * is specified by
deps/jemalloc/test/src/SFMT.c:551
↓ 4 callersFunctionfill_array64
* This function generates pseudorandom 64-bit integers in the * specified array[] by one call. The number of pseudorandom integers * is specified by
deps/memkind/src/jemalloc/test/src/SFMT.c:587
↓ 4 callersFunctionfill_array64
* This function generates pseudorandom 64-bit integers in the * specified array[] by one call. The number of pseudorandom integers * is specified by
deps/jemalloc/test/src/SFMT.c:587
↓ 4 callersFunctionfreeClient
src/redis-benchmark.cpp:393
↓ 4 callersFunctionfreeClientOriginalArgv
src/networking.cpp:1455
↓ 4 callersFunctionfreeClientsInAsyncFreeQueue
src/networking.cpp:1774
← previousnext →1,601–1,700 of 10,473, ranked by callers