Home
last modified time | relevance | path

Searched refs:malloced (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D2-1.c67 void *malloced; in main() local
72 malloced = malloc(page_size); in main()
74 if (malloced == NULL) { in main()
79 fill_mem(malloced, page_size); in main()
132 if (check_mem(malloced, page_size)) { in main()
138 free(malloced); in main()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dattention_fp32.c77 bool malloced = false; in PackLeftMatrix() local
83 malloced = true; in PackLeftMatrix()
115 if (malloced) { in PackLeftMatrix()
139 bool malloced = false; in PackRightMatrix() local
145 malloced = true; in PackRightMatrix()
176 if (malloced) { in PackRightMatrix()
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c865 domain->malloced = NULL; in _nl_load_domain()
1048 domain->malloced = mem; in _nl_load_domain()
1231 free (domain->malloced); in _nl_load_domain()
1304 free (domain->malloced); in _nl_unload_domain()
DgettextP.h169 void *malloced; member
DChangeLog.03431 (struct loaded_domain): New fields malloced, n_sysdep_strings,
3440 (_nl_unload_domain): Also free the 'malloced' field.
/third_party/gettext/gettext-tools/src/
Dmsginit.c1748 char *malloced = NULL; in subst_string() local
1775 if (malloced != NULL) in subst_string()
1776 free (malloced); in subst_string()
1778 malloced = new_str; in subst_string()
/third_party/giflib/
DNEWS295 malloced memory.
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst4469 - svga: Avoid bouncing buffer data in malloced buffers
/third_party/gstreamer/gstreamer/
DChangeLog70019 Add a metadata implementation for normall malloced memory.