Home
last modified time | relevance | path

Searched refs:std (Results 1 – 25 of 129) sorted by relevance

123456

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc_cpp.cpp27 void *operator new(std::size_t size);
29 void *operator new(std::size_t size, const std::nothrow_t &) noexcept;
30 void *operator new[](std::size_t size, const std::nothrow_t &) noexcept;
48 std::new_handler handler; in handleOOM()
51 static std::mutex mtx; in handleOOM()
52 std::lock_guard<std::mutex> lock(mtx); in handleOOM()
55 std::set_new_handler(handler); in handleOOM()
70 std::__throw_bad_alloc(); in handleOOM()
86 operator new(std::size_t size) { in operator new()
96 operator new(std::size_t size, const std::nothrow_t &) noexcept { in operator new()
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_s390x.S29 std %f8, 10*8(%r2)
30 std %f9, 11*8(%r2)
31 std %f10, 12*8(%r2)
32 std %f11, 13*8(%r2)
33 std %f12, 14*8(%r2)
34 std %f13, 15*8(%r2)
35 std %f14, 16*8(%r2)
36 std %f15, 17*8(%r2)
/f-stack/app/redis-5.0.5/deps/jemalloc/msvc/test_threads/
H A Dtest_threads.cpp14 using std::vector;
15 using std::thread;
16 using std::uniform_int_distribution;
17 using std::minstd_rand;
H A Dtest_threads_main.cpp6 using namespace std::chrono_literals;
/f-stack/freebsd/arm/mv/armadaxp/
H A Dstd.mv78x603 include "../mv/std-pj4b.mv"
4 include "../mv/armadaxp/std.armadaxp"
/f-stack/app/redis-5.0.5/tests/modules/
H A DMakefile7 SHOBJ_CFLAGS ?= -W -Wall -fno-common -g -ggdb -std=c99 -O2
10 SHOBJ_CFLAGS ?= -W -Wall -dynamic -fno-common -g -ggdb -std=c99 -O2
/f-stack/app/micro_thread/
H A Dmt_notify.h35 using std::queue;
36 using std::map;
254 typedef typename std::queue<ValueType*> PtrQueue;
301 typedef std::map<int, ISessionNtfy*> SessionMap;
H A Dmicro_thread.h52 using std::vector;
53 using std::set;
54 using std::queue;
300 typedef std::set<MicroThread*> ThreadSet;
301 typedef std::queue<MicroThread*> ThreadList;
H A Dmt_incl.h32 using namespace std; variable
/f-stack/app/redis-5.0.5/deps/jemalloc/m4/
H A Dax_cxx_compile_stdcxx.m417 # extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g.
18 # -std=c++11). If neither is specified, you get whatever works, with
73 for switch in -std=gnu++$1 -std=gnu++0x; do
96 dnl HP's aCC needs +std=c++11 according to:
98 dnl Cray's crayCC needs "-h std=c++11"
99 for switch in -std=c++$1 -std=c++0x +std=c++$1 "-h std=c++$1"; do
412 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
/f-stack/freebsd/arm/conf/
H A DRPI-B23 include "std.armv6"
24 include "../broadcom/bcm2835/std.rpi"
25 include "../broadcom/bcm2835/std.bcm2835"
H A DARMADA38X7 include "../mv/armada38x/std.armada38x"
8 include "std.armv7"
H A DARMADAXP25 include "std.armv7"
26 include "../mv/armadaxp/std.mv78x60"
/f-stack/app/redis-5.0.5/src/modules/
H A DMakefile7 SHOBJ_CFLAGS ?= -W -Wall -fno-common -g -ggdb -std=c99 -O2
10 SHOBJ_CFLAGS ?= -W -Wall -dynamic -fno-common -g -ggdb -std=c99 -O2
/f-stack/freebsd/mips/conf/
H A Dstd.AR91XX14 #ident std.AR91XX
51 include "std.AR_MIPS_BASE"
H A DMALTAEL7 include "std.MALTA"
H A DMALTA7 include "std.MALTA"
H A DMALTA64EL7 include "std.MALTA"
H A DMALTA647 include "std.MALTA"
H A Dstd.AR933X14 #ident std.AR933X
56 include "std.AR_MIPS_BASE"
H A Dstd.AR934X14 #ident std.AR934X
51 include "std.AR_MIPS_BASE"
H A Dstd.QCA955X15 #ident std.QCA955X
50 include "std.AR_MIPS_BASE"
/f-stack/freebsd/arm/ti/omap4/
H A Dstd.omap44 include "../ti/std.ti"
/f-stack/freebsd/arm/ti/am335x/
H A Dstd.am335x4 include "../ti/std.ti"
/f-stack/freebsd/arm/xilinx/
H A Dstd.zynq72 # std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS.

123456