Home
last modified time | relevance | path

Searched defs:is_zeroed (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/jemalloc_new/src/
H A Dlarge.c25 bool is_zeroed; in large_palloc() local
/aosp_15_r20/external/pytorch/third_party/valgrind-headers/
H A Dvalgrind.h6978 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
6997 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \ argument
7029 #define VALGRIND_CREATE_MEMPOOL_EXT(pool, rzB, is_zeroed, flags) \ argument
/aosp_15_r20/external/libchrome/base/third_party/valgrind/
H A Dvalgrind.h4654 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
4672 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \ argument
/aosp_15_r20/external/cronet/base/third_party/valgrind/
H A Dvalgrind.h4654 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
4672 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \ argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/third_party/valgrind/
Dvalgrind.h4657 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
4675 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \ argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/third_party/valgrind/
Dvalgrind.h4657 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
4675 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \ argument
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dfsck.c824 static bool is_zeroed(const u8 *p, size_t size) in is_zeroed() function