Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 11 of 11) sorted by relevance

/redis-3.2.3/src/
H A Dbitops.c619 objects = zmalloc(sizeof(robj*) * numkeys); in bitopCommand()
624 objects[j] = NULL; in bitopCommand()
634 if (objects[i]) in bitopCommand()
635 decrRefCount(objects[i]); in bitopCommand()
639 zfree(objects); in bitopCommand()
642 objects[j] = getDecodedObject(o); in bitopCommand()
643 src[j] = objects[j]->ptr; in bitopCommand()
644 len[j] = sdslen(objects[j]->ptr); in bitopCommand()
736 if (objects[j]) in bitopCommand()
737 decrRefCount(objects[j]); in bitopCommand()
[all …]
/redis-3.2.3/utils/lru/
H A DREADME8 is enough for all the objects to have a different enough time stamp during
/redis-3.2.3/tests/unit/
H A Dscan.tcl200 set objects {1 a}
202 r sadd set {*}$objects
H A Dbitops.tcl195 test {BITOP with integer encoded source objects} {
/redis-3.2.3/tests/unit/type/
H A Dincr.tcl57 test {INCR uses shared objects in the 0-9999 range} {
68 test {INCR can modify objects in-place} {
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in133 * JEMALLOC_TCACHE enables a thread-specific caching layer for small objects.
134 * This makes it possible to allocate/deallocate objects without any locking
/redis-3.2.3/deps/lua/
H A DHISTORY142 work on objects having the same tag (e.g., groups of tables).
165 + new functions for handling references to Lua objects
/redis-3.2.3/deps/jemalloc/
H A DChangeLog367 objects.
447 making unallocated objects appear reachable to Valgrind.
709 to be underreported (though the reported number of objects and bytes were
718 size for sampled objects.
732 - Fix junk filling of large objects, which could cause memory corruption.
760 statistics for large objects.
H A DINSTALL144 Disable thread-specific caches for small objects. Objects are cached and
249 or an array of such objects in the space allocated [...]
/redis-3.2.3/deps/hiredis/
H A DREADME.md117 Note that this function will take care of freeing sub-replies objects
356 uses customized reply object functions to create Ruby objects.
/redis-3.2.3/
H A D00-RELEASENOTES77 It's not a critical bug: the effect is to, sometimes, don't report objects
1618 * [FIX] Lua debugger crash when printing too deeply nested objects.
1668 * [NEW] Modify Jemalloc size classes to make certain Redis objects fit