Home
last modified time | relevance | path

Searched refs:M_ZERO (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Analysis/
Dmalloc-three-arg.c5 #define M_ZERO 0x0100 macro
19 list = malloc(sizeof(*list) * 10, NULL, M_ZERO); in test_zeroed()
/external/llvm-project/clang/test/Analysis/
Dmalloc-three-arg.c5 #define M_ZERO 0x0100 macro
19 list = malloc(sizeof(*list) * 10, NULL, M_ZERO); in test_zeroed()
/external/usrsctp/usrsctplib/
Duser_malloc.h62 #define M_ZERO 0x0100 /* bzero the allocation */ macro
198 if (flags & M_ZERO) { \
/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/
Da.proto67 M_ZERO = 0; enumerator
/external/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h708 MALLOC(var, type, size, M_SONAME, (M_WAITOK | M_ZERO)); \
Dsctp_sysctl.c157 MALLOC(SCTP_BASE_SYSCTL(sctp_log), struct sctp_log *, sizeof(struct sctp_log), M_SYSCTL, M_ZERO); in sctp_init_sysctls()