/external/valgrind/main/coregrind/ |
D | m_libcproc.c | 118 Char *valstr = VG_(arena_malloc)(VG_AR_CORE, "libcproc.es.1", in VG_() 132 env = VG_(arena_malloc)(VG_AR_CORE, "libcproc.es.2", sizeof(Char **) * 2); in VG_() 140 Char **newenv = VG_(arena_malloc)(VG_AR_CORE, "libcproc.es.3", in VG_() 254 buf = VG_(arena_malloc)(VG_AR_CORE, "libcproc.erves.4", in VG_() 307 newenv = VG_(arena_malloc)(VG_AR_CORE, "libcproc.ec.1", in VG_()
|
D | m_execontext.c | 139 ec_htab = VG_(arena_malloc)(VG_AR_EXECTXT, "execontext.iEs1", in init_ExeContext_storage() 264 new_ec_htab = VG_(arena_malloc)(VG_AR_EXECTXT, "execontext.reh1", in resize_ec_htab() 399 new_ec = VG_(arena_malloc)( VG_AR_EXECTXT, "execontext.rEw2.2", in record_ExeContext_wrk2()
|
D | pub_core_mallocfree.h | 105 extern void* VG_(arena_malloc) ( ArenaId arena, HChar* cc, SizeT nbytes );
|
D | m_mallocfree.c | 1493 void* VG_(arena_malloc) ( ArenaId aid, HChar* cc, SizeT req_pszB ) in VG_() argument 1966 base_p = VG_(arena_malloc) ( aid, cc, base_pszB_req ); in VG_() 2114 p = VG_(arena_malloc) ( aid, cc, size ); in VG_() 2138 return VG_(arena_malloc)(aid, cc, req_pszB); in VG_() 2156 p_new = VG_(arena_malloc) ( aid, cc, req_pszB ); in VG_() 2178 res = VG_(arena_malloc) (aid, cc, len); in VG_() 2194 return VG_(arena_malloc) ( VG_AR_TOOL, cc, nbytes ); in VG_()
|
D | m_stacks.c | 188 i = (Stack *)VG_(arena_malloc)(VG_AR_CORE, "stacks.rs.1", sizeof(Stack)); in VG_()
|
D | m_errormgr.c | 805 p = VG_(arena_malloc)(VG_AR_ERRORS, "errormgr.mre.1", sizeof(Error)); in VG_() 1221 supp = VG_(arena_malloc)(VG_AR_CORE, "errormgr.losf.1", in load_one_suppressions_file() 1347 supp->callers = VG_(arena_malloc)(VG_AR_CORE, "errormgr.losf.4", in load_one_suppressions_file()
|
D | m_redir.c | 1239 p = VG_(arena_malloc)(VG_AR_DINFO, ec, n); in dinfo_zalloc()
|
D | m_transtab.c | 401 new_ar = VG_(arena_malloc)(VG_AR_TTAUX, "transtab.aECN.1", in addEClassNo()
|
D | m_signals.c | 1857 tst->sig_queue = VG_(arena_malloc)(VG_AR_CORE, "signals.qs.1", in queue_signal()
|
D | m_main.c | 965 Char *buf = VG_(arena_malloc)(VG_AR_CORE, "main.mpclo.3", len); in main_process_cmd_line_options()
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | replacemalloc_core.c | 83 return VG_(arena_malloc) ( VG_AR_CLIENT, "replacemalloc.cm.1", in VG_()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | misc.c | 48 v = VG_(arena_malloc)( VG_AR_DINFO, cc, szB ); in ML_() 63 UChar* dst = VG_(arena_malloc)( VG_AR_DINFO, cc, nStr ); in ML_()
|
D | UNUSED_STABS.txt | 186 st = VG_(arena_malloc)(VG_AR_SYMTAB, sizeof(*st)); 331 st->u.t_struct.fields = VG_(arena_malloc)(VG_AR_SYMTAB, sizeof(StField) * nfields); 351 st->u.t_struct.fields = VG_(arena_malloc)(VG_AR_SYMTAB, sizeof(StField) * nfields); 365 StField *n = VG_(arena_malloc)(VG_AR_SYMTAB, 486 struct visited * v = VG_(arena_malloc)(VG_AR_SYMTAB, sizeof(*v)); 730 v = VG_(arena_malloc)(VG_AR_SYMTAB, sizeof(*v));
|
D | readelf.c | 1620 HChar* s = VG_(arena_malloc)(VG_AR_DINFO, "di.redi.1", 6 + VG_(strlen)(di->soname)); in ML_()
|
/external/valgrind/main/coregrind/m_demangle/ |
D | vg_libciface.h | 71 VG_(arena_malloc)(VG_AR_DEMANGLE, "m_demangle.xmalloc", (_nn))
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | server.h | 182 #define malloc(sz) VG_(arena_malloc) (VG_AR_CORE, "gdbsrv", sz)
|
D | m_gdbserver.c | 204 p = VG_(arena_malloc)(VG_AR_CORE, from, sizeof(GS_Address)); in add_gs_address() 326 g = VG_(arena_malloc)(VG_AR_CORE, "gdbserver_point watchpoint", in VG_()
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 159 struct note *n = VG_(arena_malloc)(VG_AR_CORE, "coredump-elf.an.1", notelen); in add_note() 554 phdrs = VG_(arena_malloc)(VG_AR_CORE, "coredump-elf.mec.1", in make_elf_coredump()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-generic.c | 600 i = VG_(arena_malloc)(VG_AR_CORE, "syswrap.rfdowgn.1", sizeof(OpenFd)); in ML_() 831 Char *result = VG_(arena_malloc) ( aid, cc, len ); in strdupcat() 948 outmsg = VG_(arena_malloc) ( VG_AR_CORE, "di.syswrap.pmr_sockaddr.1", in pre_mem_read_sockaddr()
|
D | syswrap-aix5.c | 130 changes = VG_(arena_malloc)(VG_AR_CORE, "syswrap-aix5.arpalou.1", in ML_()
|
D | syswrap-darwin.c | 424 VG_(arena_malloc)(VG_AR_CORE, "syswrap-darwin.mach-port-name", in assign_port_name() 562 i = VG_(arena_malloc)(VG_AR_CORE, "syswrap-darwin.mach-port", in record_named_port()
|