Searched refs:rzB (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c347 void die_and_free_mem ( ThreadId tid, MC_Chunk* mc, SizeT rzB )
358 MC_(make_mem_noaccess)( mc->data-rzB, mc->szB + 2*rzB );
370 void MC_(handle_free) ( ThreadId tid, Addr p, UInt rzB, MC_AllocKind kind ) argument
385 die_and_free_mem ( tid, mc, rzB );
563 SizeT oldSizeB, SizeT newSizeB, SizeT rzB)
578 MC_(make_mem_noaccess)( p + newSizeB, oldSizeB - newSizeB + rzB );
584 if (rzB > 0)
585 MC_(make_mem_noaccess)( p + newSizeB, rzB );
601 void MC_(create_mempool)(Addr pool, UInt rzB, Boo argument
562 handle_resizeInPlace(ThreadId tid, Addr p, SizeT oldSizeB, SizeT newSizeB, SizeT rzB) argument
[all...]
H A Dmc_include.h79 SizeT rzB; // pool red-zone size member in struct:_MC_Mempool
91 Addr p, UInt rzB, MC_AllocKind kind );
93 void MC_(create_mempool) ( Addr pool, UInt rzB, Bool is_zeroed );
143 SizeT oldSizeB, SizeT newSizeB, SizeT rzB);
H A Dmc_main.c5552 UInt rzB = arg[3]; local
5557 if (rzB > 0) {
5558 MC_(make_mem_noaccess) ( p - rzB, rzB);
5559 MC_(make_mem_noaccess) ( p + sizeB, rzB);
5567 UInt rzB = arg[4]; local
5569 MC_(handle_resizeInPlace) ( tid, p, oldSizeB, newSizeB, rzB );
5574 UInt rzB = arg[2]; local
5576 MC_(handle_free) ( tid, p, rzB, MC_AllocCustom );
5591 UInt rzB local
[all...]
H A Dmc_errors.c1088 Bool addr_is_in_MC_Chunk_with_REDZONE_SZB(MC_Chunk* mc, Addr a, SizeT rzB) argument
1091 rzB );
1371 if (addr_is_in_MC_Chunk_with_REDZONE_SZB(mc, a, mp->rzB)) {
/external/chromium_org/v8/src/third_party/valgrind/
H A Dvalgrind.h3850 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
3922 addr, sizeB, rzB, is_zeroed, 0)
3927 #define VALGRIND_RESIZEINPLACE_BLOCK(addr, oldSizeB, newSizeB, rzB) \
3930 addr, oldSizeB, newSizeB, rzB, 0)
3935 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \
3938 addr, rzB, 0, 0, 0)
3941 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \
3944 pool, rzB, is_zeroed, 0, 0)
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h3850 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
3922 addr, sizeB, rzB, is_zeroed, 0)
3927 #define VALGRIND_RESIZEINPLACE_BLOCK(addr, oldSizeB, newSizeB, rzB) \
3930 addr, oldSizeB, newSizeB, rzB, 0)
3935 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \
3938 addr, rzB, 0, 0, 0)
3941 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \
3944 pool, rzB, is_zeroed, 0, 0)
/external/valgrind/main/include/
H A Dvalgrind.h4652 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
4721 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4723 addr, sizeB, rzB, is_zeroed, 0)
4728 #define VALGRIND_RESIZEINPLACE_BLOCK(addr, oldSizeB, newSizeB, rzB) \
4730 addr, oldSizeB, newSizeB, rzB, 0)
4735 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \
4737 addr, rzB, 0, 0, 0)
4740 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \
4742 pool, rzB, is_zeroed, 0, 0)
/external/chromium_org/base/third_party/valgrind/
H A Dvalgrind.h4599 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
4654 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4658 addr, sizeB, rzB, is_zeroed, 0); \
4664 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \
4668 addr, rzB, 0, 0, 0); \
4672 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \
4676 pool, rzB, is_zeroed, 0, 0); \
/external/chromium_org/third_party/re2/util/
H A Dvalgrind.h4336 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
4391 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4395 addr, sizeB, rzB, is_zeroed, 0); \
4401 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \
4405 addr, rzB, 0, 0, 0); \
4409 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \
4413 pool, rzB, is_zeroed, 0, 0); \
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/
H A Dvalgrind.h3784 redzone) `rzB' is redzone size if the allocator can apply redzones;
3807 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
3811 addr, sizeB, rzB, is_zeroed, 0); \
3815 `rzB' is redzone size; it must match that given to
3818 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \
3822 addr, rzB, 0, 0, 0); \
3826 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \
3830 pool, rzB, is_zeroed, 0, 0); \
/external/regex-re2/util/
H A Dvalgrind.h4335 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
4390 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4394 addr, sizeB, rzB, is_zeroed, 0); \
4400 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \
4404 addr, rzB, 0, 0, 0); \
4408 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \
4412 pool, rzB, is_zeroed, 0, 0); \
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.c164 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed)
165 # define VALGRIND_FREELIKE_BLOCK(addr, rzB)
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.c157 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed)
158 # define VALGRIND_FREELIKE_BLOCK(addr, rzB)

Completed in 2842 milliseconds