Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 8 of 8) sorted by relevance

/redis-3.2.3/deps/linenoise/
H A DREADME.markdown143 a `const char` pointer, which is the line the user has typed so far, and
144 a `linenoiseCompletions` object pointer, which is used as argument of
201 The free hint callback will just receive the pointer and free the string
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in206 * pointer alignments across all cache indices.
/redis-3.2.3/deps/jemalloc/
H A DINSTALL246 The pointer returned if the allocation succeeds is suitably aligned so
247 that it may be assigned to a pointer to any type of object with a
H A DChangeLog181 - Randomly distribute large allocation base pointer alignment relative to page
259 -fno-omit-frame-pointer to gcc. Note that the application (and all the
533 - Check for NULL pointer in malloc_usable_size().
764 and incorporate an opaque data pointer argument for use by the application
H A Dconfigure.ac173 AC_MSG_ERROR([Unsupported pointer size: ${ac_cv_sizeof_void_p}])
828 JE_CFLAGS_APPEND([-fno-omit-frame-pointer])
H A Dconfigure6470 je_cv_cflags_appended=-fno-omit-frame-pointer
/redis-3.2.3/deps/hiredis/
H A DREADME.md68 used. Together with a pointer to the string, it requires a `size_t` length argument
235 Redis. It returns a pointer to the newly created `redisAsyncContext` struct. The `err` field
/redis-3.2.3/src/
H A Dserver.h1007 unsigned long pointer; member