MCPcopy Create free account

hub / github.com/Snapchat/KeyDB / functions

Functions10,473 in github.com/Snapchat/KeyDB

↓ 29 callersFunctioncreateStringConfig
src/config.cpp:2134
↓ 29 callersFunctionextent_addr_get
deps/memkind/src/jemalloc/include/jemalloc/internal/extent_inlines.h:116
↓ 29 callersFunctionhbw_free
deps/memkind/src/src/hbwmalloc.c:294
↓ 29 callersFunctionlua_pushfstring
deps/lua/src/lapi.c:473
↓ 29 callersFunctionmalloc_mutex_init
deps/memkind/src/jemalloc/src/mutex.c:132
↓ 29 callersFunctionnstime_copy
deps/jemalloc/src/nstime.c:41
↓ 29 callersFunctionswap
deps/jemalloc/test/src/SFMT.c:346
↓ 28 callersFunctiondictGetSafeIterator
src/dict.cpp:938
↓ 28 callersFunctionemitter_json_object_end
deps/jemalloc/include/jemalloc/internal/emitter.h:312
↓ 28 callersFunctionhbw_verify_memory_region
deps/memkind/src/src/hbwmalloc.c:181
↓ 28 callersFunctionlua_pushlstring
deps/lua/src/lapi.c:445
↓ 28 callersFunctionlua_rawgeti
deps/lua/src/lapi.c:567
↓ 28 callersFunctionmalloc_write
* Wrapper around malloc_message() that avoids the need for * je_malloc_message(...) throughout the code. */
deps/jemalloc/src/malloc_io.c:82
↓ 28 callersFunctionnstime_init
deps/memkind/src/jemalloc/src/nstime.c:11
↓ 28 callersFunctionnstime_init
deps/jemalloc/src/nstime.c:11
↓ 28 callersFunctionrewriteConfigMarkAsProcessed
Add the specified option to the set of processed options. * This is useful as only unused lines of processed options will be blanked * in the config
src/config.cpp:1373
↓ 28 callersFunctionsz_psz2ind
deps/jemalloc/include/jemalloc/internal/sz.h:52
↓ 28 callersFunctiontest_fail
deps/memkind/src/jemalloc/test/src/test.c:78
↓ 27 callersMethodbegin
src/expire.h:258
↓ 27 callersFunctionclusterManagerCheckRedisReply
Check whether reply is NULL or its type is REDIS_REPLY_ERROR. In the * latest case, if the 'err' arg is not NULL, it gets allocated with a copy * of
src/redis-cli.c:2471
↓ 27 callersFunctionextent_arena_get
deps/memkind/src/jemalloc/include/jemalloc/internal/extent_inlines.h:37
↓ 27 callersFunctionlua_getfield
deps/lua/src/lapi.c:544
↓ 27 callersFunctionmemkind_realloc
deps/memkind/src/src/memkind.c:637
↓ 27 callersFunctionnstime_copy
deps/memkind/src/jemalloc/src/nstime.c:41
↓ 27 callersFunctionraxInsert
Overwriting insert. Just a wrapper for raxGenericInsert() that will * update the element if there is already one for the same key. */
src/rax.c:904
↓ 27 callersFunctionraxNew
Allocate a new rax and return its pointer. On out of memory the function * returns NULL. */
src/rax.c:203
↓ 27 callersFunctionselectDb
src/db.cpp:726
↓ 27 callersFunctionsz_s2u
* Compute usable size that would result from allocating an object with the * specified size. */
deps/memkind/src/jemalloc/include/jemalloc/internal/sz.h:248
↓ 27 callersFunctionsz_s2u
* Compute usable size that would result from allocating an object with the * specified size. */
deps/jemalloc/include/jemalloc/internal/sz.h:250
↓ 26 callersMethodbuf
src/sds.h:64
↓ 26 callersMethodok
deps/cpp-statsd-client/include/cpp-statsd-client/UDPSender.hpp:160
↓ 26 callersFunctionquicklistPushHead
Add new entry to head node of quicklist. * * Returns 0 if used existing head. * Returns 1 if new head created. */
src/quicklist.c:492
↓ 26 callersFunctionraxFind
Find a key in the rax, returns raxNotFound special void pointer value * if the item was not found, otherwise the value associated with the * item is
src/rax.c:918
↓ 26 callersFunctionrioRead
src/rio.h:131
↓ 26 callersFunctionsetDeferredArrayLen
src/networking.cpp:804
↓ 26 callersFunctiontsdn_tsd
deps/memkind/src/jemalloc/include/jemalloc/internal/tsd.h:144
↓ 26 callersFunctionzstrdup
src/zmalloc.cpp:332
↓ 25 callersFunctionbitmap_ffu
ffu: find first unset >= bit. */
deps/jemalloc/include/jemalloc/internal/bitmap.h:241
↓ 25 callersFunctioncalloc
deps/memkind/src/autohbw/autohbw.c:414
↓ 25 callersFunctiondictFetchValue
src/dict.cpp:880
↓ 25 callersMethodenable_type
deps/memkind/src/test/allocator_perf_tool/Configuration.hpp:107
↓ 25 callersFunctionextent_slab_get
deps/memkind/src/jemalloc/include/jemalloc/internal/extent_inlines.h:96
↓ 25 callersFunctionhbw_malloc
deps/memkind/src/src/hbwmalloc.c:252
↓ 25 callersFunctioniealloc
deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h:78
↓ 25 callersMethodinsert
src/db.cpp:2664
↓ 25 callersMethodlock
src/fastlock.h:65
↓ 25 callersFunctionluaX_next
deps/lua/src/llex.c:448
↓ 25 callersFunctionlua_pushboolean
deps/lua/src/lapi.c:503
↓ 25 callersFunctionmalloc_mutex_postfork_child
deps/jemalloc/src/mutex.c:194
↓ 25 callersFunctionmalloc_mutex_postfork_parent
deps/jemalloc/src/mutex.c:189
↓ 25 callersFunctionmalloc_mutex_prefork
deps/jemalloc/src/mutex.c:184
↓ 25 callersFunctionraxRemove
Remove the specified item. Returns 1 if the item was found and * deleted, 0 otherwise. */
src/rax.c:1022
↓ 25 callersFunctionredisGetReply
deps/hiredis/hiredis.c:1015
↓ 25 callersFunctiontsd_fetch
deps/memkind/src/jemalloc/include/jemalloc/internal/tsd.h:287
↓ 24 callersFunctionRedisModule_Init
src/redismodule.h:857
↓ 24 callersFunctionaePostFunction
src/ae.cpp:256
↓ 24 callersFunctionanetSetError
src/anet.c:51
↓ 24 callersFunctionarena_ind_get
deps/memkind/src/jemalloc/include/jemalloc/internal/arena_inlines_a.h:4
↓ 24 callersFunctionarena_ind_get
deps/jemalloc/include/jemalloc/internal/arena_inlines_a.h:4
↓ 24 callersFunctionbenchmark
src/redis-benchmark.cpp:994
↓ 24 callersFunctionbitmap_ffu
ffu: find first unset >= bit. */
deps/memkind/src/jemalloc/include/jemalloc/internal/bitmap.h:241
↓ 24 callersFunctionfreeClient
src/networking.cpp:1601
↓ 24 callersFunctionlistSearchKey
Search the list for a node matching a given key. * The match is performed using the 'match' method * set with listSetMatchMethod(). If no 'match' me
src/adlist.c:291
↓ 24 callersFunctionluaK_codeABC
deps/lua/src/lcode.c:804
↓ 24 callersFunctionlua_settop
deps/lua/src/lapi.c:164
↓ 24 callersFunctionmalloc_write
* Wrapper around malloc_message() that avoids the need for * je_malloc_message(...) throughout the code. */
deps/memkind/src/jemalloc/src/malloc_io.c:95
↓ 24 callersFunctionrate_per_second
deps/jemalloc/src/stats.c:55
↓ 24 callersFunctionredisReaderFeed
deps/hiredis/read.c:657
↓ 24 callersFunctionsetTypeSize
src/t_set.cpp:230
↓ 23 callersFunctionColoredPrintf
deps/memkind/src/test/gtest_fused/gtest/gtest-all.cc:4406
↓ 23 callersFunctionaddReplyDouble
Add a double as a bulk reply */
src/networking.cpp:830
↓ 23 callersFunctionaddReplySubcommandSyntaxError
Add a suggestive error reply. * This function is typically invoked by from commands that support * subcommands in response to an unknown subcommand
src/networking.cpp:1087
↓ 23 callersFunctioncreateList
src/ziplist.c:1694
↓ 23 callersFunctionextent_arena_get
deps/jemalloc/include/jemalloc/internal/extent_inlines.h:47
↓ 23 callersFunctionhi_sdscatlen
Append the specified binary-safe string pointed by 't' of 'len' bytes to the * end of the specified hisds string 's'. * * After the call, the passe
deps/hiredis/sds.c:378
↓ 23 callersFunctionluaL_checktype
deps/lua/src/lauxlib.c:146
↓ 23 callersFunctionmalloc_mutex_postfork_child
deps/memkind/src/jemalloc/src/mutex.c:194
↓ 23 callersFunctionmalloc_mutex_postfork_parent
deps/memkind/src/jemalloc/src/mutex.c:189
↓ 23 callersFunctionmalloc_mutex_prefork
deps/memkind/src/jemalloc/src/mutex.c:184
↓ 23 callersMethodname
src/storage/rocksdbfactory.cpp:206
↓ 23 callersMethodsize
src/semiorderedset.h:245
↓ 23 callersFunctionthd_create
deps/jemalloc/test/src/thd.c:4
↓ 23 callersFunctionthd_join
deps/jemalloc/test/src/thd.c:13
↓ 23 callersFunctiontsdn_fetch
deps/memkind/src/jemalloc/include/jemalloc/internal/tsd.h:297
↓ 23 callersFunctiontsdn_null
deps/jemalloc/include/jemalloc/internal/tsd.h:228
↓ 23 callersFunctionziplistLen
Return length of ziplist. */
src/ziplist.c:1408
↓ 22 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
deps/memkind/src/test/gtest_fused/gtest/gtest-all.cc:1333
↓ 22 callersFunctionemitter_table_row
deps/jemalloc/include/jemalloc/internal/emitter.h:384
↓ 22 callersFunctiongetDecodedObject
Get a decoded version of an encoded object (returned as a new object). * If the object is already raw-encoded just increment the ref count. */
src/object.cpp:557
↓ 22 callersFunctionimpl
Accessors for the implementation object.
deps/memkind/src/test/gtest_fused/gtest/gtest.h:21257
↓ 22 callersFunctionmalloc_initialized
deps/jemalloc/src/jemalloc.c:208
↓ 22 callersFunctionredisReaderCreate
deps/hiredis/hiredis.c:684
↓ 22 callersFunctionredisReaderFree
deps/hiredis/read.c:637
↓ 22 callersFunctionredisReaderGetReply
deps/hiredis/read.c:688
↓ 22 callersFunctionsdscatrepr
Append to the sds string "s" an escaped string representation where * all the non-printable characters (tested with isprint()) are turned into * esc
src/sds.c:968
↓ 22 callersFunctionsz_psz2ind
deps/memkind/src/jemalloc/include/jemalloc/internal/sz.h:50
↓ 22 callersFunctiontsdn_fetch
deps/jemalloc/include/jemalloc/internal/tsd.h:388
↓ 22 callersMethodunsafe_robjcast
src/server.h:182
↓ 22 callersMethodwhen
src/expire.h:229
↓ 22 callersFunctionziplistNew
Create a new empty ziplist. */
src/ziplist.c:712
← previousnext →201–300 of 10,473, ranked by callers