Home
last modified time | relevance | path

Searched refs:VALGRIND_CREATE_MEMPOOL (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A DBLI_memarena.c45 # define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) UNUSED_VARS(pool, rzB, is_zeroed) macro
86 VALGRIND_CREATE_MEMPOOL(ma, 0, false); in BLI_memarena_new()
211 VALGRIND_CREATE_MEMPOOL(ma, 0, false); in BLI_memarena_clear()
/dports/dns/gdnsd2/gdnsd-2.4.3/include/gdnsd/
H A Dcompiler.h155 # define VALGRIND_CREATE_MEMPOOL(x,y,z) ((void)(0)) macro
165 VALGRIND_CREATE_MEMPOOL(x,y,z); \
182 VALGRIND_CREATE_MEMPOOL(x,y,z)
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/
H A Dhashallocator.cc28 #ifdef VALGRIND_CREATE_MEMPOOL in HashAllocator()
29 VALGRIND_CREATE_MEMPOOL(this, 0, 0); in HashAllocator()
/dports/games/simutrans/simutrans-121.0/dataobj/
H A Dfreelist.cc118 VALGRIND_CREATE_MEMPOOL(chunk, 0, false); in gimme_node()
131 VALGRIND_CREATE_MEMPOOL(tmp, 0, false); in gimme_node()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dmempool2.c69 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0); in push()
170 VALGRIND_CREATE_MEMPOOL(superblock, REDZONE_SIZE, 0); in test()
H A Dleak-autofreepool.c86 VALGRIND_CREATE_MEMPOOL(PlainPool, 0, 0); in create_plain_pool()
336 VALGRIND_CREATE_MEMPOOL(&perf_plain_pool, 0, 0); in main()
H A Dclireq_nofill.c15 VALGRIND_CREATE_MEMPOOL(&superblock, /*rzB=*/0, /*is_zeroed=*/0); in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dmempool2.c69 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0); in push()
170 VALGRIND_CREATE_MEMPOOL(superblock, REDZONE_SIZE, 0); in test()
H A Dleak-autofreepool.c86 VALGRIND_CREATE_MEMPOOL(PlainPool, 0, 0); in create_plain_pool()
336 VALGRIND_CREATE_MEMPOOL(&perf_plain_pool, 0, 0); in main()
H A Dclireq_nofill.c15 VALGRIND_CREATE_MEMPOOL(&superblock, /*rzB=*/0, /*is_zeroed=*/0); in main()
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-valgrind-internal.h35 # define VALGRIND_CREATE_MEMPOOL(_1, _2, _3) do { } while (0) macro
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/utils/
H A Dmemdebug.h24 #define VALGRIND_CREATE_MEMPOOL(context, redzones, zeroed) do {} while (0) macro
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/sys/
H A Dchecker.h29 # define VALGRIND_CREATE_MEMPOOL(n,p,x) macro

12345678910>>...14