OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jemalloc
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/external/bsd/jemalloc/lib/
Makefile.inc
3
JEMALLOC
:=${.PARSEDIR}/..
6
jemalloc
.c \
71
.PATH: ${
JEMALLOC
}/dist/src ${
JEMALLOC
}/lib
73
.PATH.3: ${
JEMALLOC
}/dist/doc
77
CPPFLAGS.${i}+=-I${
JEMALLOC
}/include -std=gnu11
98
jemalloc
.d
jemalloc
.pico
jemalloc
.o
jemalloc
.ln jemalloc.po jemalloc.go:
[
all
...]
Makefile
6
LIB=
jemalloc
8
# The symbols from the stub only exist in newer
jemalloc
.
/src/external/bsd/jemalloc.old/lib/
Makefile.inc
3
JEMALLOC
:=${.PARSEDIR}/..
6
jemalloc
.c \
67
.PATH: ${
JEMALLOC
}/dist/src ${
JEMALLOC
}/lib
69
.PATH.3: ${
JEMALLOC
}/dist/doc
73
CPPFLAGS.${i}+=-I${
JEMALLOC
}/include -std=gnu11
92
jemalloc
.d
jemalloc
.pico
jemalloc
.o
jemalloc
.ln jemalloc.po jemalloc.go:
[
all
...]
Makefile
6
LIB=
jemalloc
8
# The symbols from the stub only exist in newer
jemalloc
.
/src/external/bsd/jemalloc/dist/test/
test.sh
49
$JEMALLOC_TEST_PREFIX ${t} /home/gdai/gdai-
jemalloc
/
jemalloc
-5.3.1/ /home/gdai/gdai-
jemalloc
/
jemalloc
-5.3.1/
53
$JEMALLOC_TEST_PREFIX ${t} /home/gdai/gdai-
jemalloc
/
jemalloc
-5.3.1/ /home/gdai/gdai-
jemalloc
/
jemalloc
-5.3.1/
/src/external/bsd/jemalloc/dist/bin/
jemalloc-config.in
6
@BINDIR@/
jemalloc
-config <option>
9
--version : Print
jemalloc
version.
11
--config : Print configure options used to build
jemalloc
.
18
--cc : Print compiler used to build
jemalloc
.
19
--cflags : Print compiler flags used to build
jemalloc
.
20
--cppflags : Print preprocessor flags used to build
jemalloc
.
21
--cxxflags : Print C++ compiler flags used to build
jemalloc
.
22
--ldflags : Print library flags used to build
jemalloc
.
23
--libs : Print libraries
jemalloc
was linked against.
jemalloc-config
6
/usr/local/bin/
jemalloc
-config <option>
9
--version : Print
jemalloc
version.
11
--config : Print configure options used to build
jemalloc
.
18
--cc : Print compiler used to build
jemalloc
.
19
--cflags : Print compiler flags used to build
jemalloc
.
20
--cppflags : Print preprocessor flags used to build
jemalloc
.
21
--cxxflags : Print C++ compiler flags used to build
jemalloc
.
22
--ldflags : Print library flags used to build
jemalloc
.
23
--libs : Print libraries
jemalloc
was linked against.
/src/external/bsd/jemalloc.old/dist/bin/
jemalloc-config.in
6
@BINDIR@/
jemalloc
-config <option>
9
--version : Print
jemalloc
version.
11
--config : Print configure options used to build
jemalloc
.
18
--cc : Print compiler used to build
jemalloc
.
19
--cflags : Print compiler flags used to build
jemalloc
.
20
--cppflags : Print preprocessor flags used to build
jemalloc
.
21
--cxxflags : Print C++ compiler flags used to build
jemalloc
.
22
--ldflags : Print library flags used to build
jemalloc
.
23
--libs : Print libraries
jemalloc
was linked against.
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_probe_stap.h
9
STAP_PROBE##N(
jemalloc
, name, ##__VA_ARGS__)
jemalloc_probe.h
4
#include <
jemalloc
/internal/jemalloc_preamble.h>
7
#include <
jemalloc
/internal/jemalloc_probe_stap.h>
9
#include <
jemalloc
/internal/jemalloc_probe_custom.h>
/src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_probe_stap.h
9
STAP_PROBE##N(
jemalloc
, name, ##__VA_ARGS__)
jemalloc_probe.h
4
#include <
jemalloc
/internal/jemalloc_preamble.h>
7
#include <
jemalloc
/internal/jemalloc_probe_stap.h>
9
#include <
jemalloc
/internal/jemalloc_probe_custom.h>
/src/external/bsd/jemalloc/dist/scripts/freebsd/
before_script.sh
7
./configure --with-
jemalloc
-prefix=ci_ ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS"} $CONFIGURE_FLAGS
/src/external/bsd/jemalloc.old/dist/scripts/freebsd/
before_script.sh
7
./configure --with-
jemalloc
-prefix=ci_ ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS"} $CONFIGURE_FLAGS
/src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.sh
9
* so that it is possible to use
jemalloc
in conjunction with another allocator
12
* --with-mangling and/or --with-
jemalloc
-prefix configuration settings.
30
* public
jemalloc
API if JEMALLOC_NO_DEMANGLE is defined. This is primarily
31
* meant for use in
jemalloc
itself, but it can be used by application code to
33
* and/or --with-
jemalloc
-prefix.
jemalloc_rename.sh
8
* --with-
jemalloc
-prefix. With default settings the je_ prefix is stripped by
/src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_mangle.sh
9
* so that it is possible to use
jemalloc
in conjunction with another allocator
12
* --with-mangling and/or --with-
jemalloc
-prefix configuration settings.
30
* public
jemalloc
API if JEMALLOC_NO_DEMANGLE is defined. This is primarily
31
* meant for use in
jemalloc
itself, but it can be used by application code to
33
* and/or --with-
jemalloc
-prefix.
jemalloc_rename.sh
8
* --with-
jemalloc
-prefix. With default settings the je_ prefix is stripped by
/src/external/bsd/jemalloc/dist/
config.status
396
config_files=" Makefile
jemalloc
.pc:
jemalloc
.pc.in doc/html.xsl:doc/html.xsl.in doc/manpages.xsl:doc/manpages.xsl.in doc/
jemalloc
.xml:doc/
jemalloc
.xml.in include/
jemalloc
/jemalloc_macros.h:include/
jemalloc
/jemalloc_macros.h.in include/
jemalloc
/jemalloc_protos.h:include/
jemalloc
/jemalloc_protos.h.in include/
jemalloc
/jemalloc_typedefs.h:include/
jemalloc
/jemalloc_typedefs.h.in include/jemalloc/internal/jemalloc_preamble.h test/test.sh:test/test.sh.in (…)
[
all
...]
Makefile
23
abs_srcroot := /home/gdai/gdai-
jemalloc
/
jemalloc
-5.3.1/
24
abs_objroot := /home/gdai/gdai-
jemalloc
/
jemalloc
-5.3.1/
54
cfghdrs_in := $(addprefix $(srcroot),include/
jemalloc
/jemalloc_defs.h.in include/
jemalloc
/internal/jemalloc_internal_defs.h.in include/
jemalloc
/internal/private_symbols.sh include/
jemalloc
/internal/private_namespace.sh include/
jemalloc
/internal/public_namespace.sh include/
jemalloc
/internal/public_unnamespace.sh include/jemalloc/jemalloc_rename.sh include/jemalloc/jemalloc_mangl (…)
[
all
...]
/src/external/bsd/jemalloc.old/dist/msvc/test_threads/
test_threads.cpp
0
//
jemalloc
C++ threaded test
13
#include <
jemalloc
/
jemalloc
.h>
/src/external/bsd/jemalloc/dist/msvc/test_threads/
test_threads.cpp
0
//
jemalloc
C++ threaded test
13
#include <
jemalloc
/
jemalloc
.h>
/src/lib/libc/stdlib/
Makefile.inc
33
SRCS+=
jemalloc
.c aligned_alloc.c
54
jemalloc
.3 \
86
MLINKS+=
jemalloc
.3 malloc.conf.5
/src/usr.bin/make/unit-tests/
dep-colon-bug-cross-file.mk
23
# The 'Z' means access to already freed memory; see
jemalloc
(3). The cause
/src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/
redis.conf
582
#
Jemalloc
background thread for purging will be enabled by default
583
jemalloc
-bg-thread yes
Completed in 31 milliseconds
1
2
Indexes created Mon Sep 14 00:24:24 UTC 2026