Searched refs:arena_malloc (Results 1 - 20 of 20) sorted by relevance

/external/valgrind/main/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c83 return VG_(arena_malloc) ( VG_AR_CLIENT, "replacemalloc.cm.1",
/external/valgrind/main/coregrind/
H A Dpub_core_mallocfree.h105 extern void* VG_(arena_malloc) ( ArenaId arena, HChar* cc, SizeT nbytes );
H A Dm_execontext.c139 ec_htab = VG_(arena_malloc)(VG_AR_EXECTXT, "execontext.iEs1",
264 new_ec_htab = VG_(arena_malloc)(VG_AR_EXECTXT, "execontext.reh1",
399 new_ec = VG_(arena_malloc)( VG_AR_EXECTXT, "execontext.rEw2.2",
H A Dm_libcproc.c118 Char *valstr = VG_(arena_malloc)(VG_AR_CORE, "libcproc.es.1",
132 env = VG_(arena_malloc)(VG_AR_CORE, "libcproc.es.2", sizeof(Char **) * 2);
140 Char **newenv = VG_(arena_malloc)(VG_AR_CORE, "libcproc.es.3",
254 buf = VG_(arena_malloc)(VG_AR_CORE, "libcproc.erves.4",
307 newenv = VG_(arena_malloc)(VG_AR_CORE, "libcproc.ec.1",
H A Dm_stacks.c188 i = (Stack *)VG_(arena_malloc)(VG_AR_CORE, "stacks.rs.1", sizeof(Stack));
H A Dm_mallocfree.c574 less coupled with the outside world. Hence VG_(arena_malloc)() and
1493 void* VG_(arena_malloc) ( ArenaId aid, HChar* cc, SizeT req_pszB ) function
1960 /* As we will split the block given back by VG_(arena_malloc),
1966 base_p = VG_(arena_malloc) ( aid, cc, base_pszB_req );
2017 are updated by the call to VG_(arena_malloc) just a few lines
2114 p = VG_(arena_malloc) ( aid, cc, size );
2138 return VG_(arena_malloc)(aid, cc, req_pszB);
2156 p_new = VG_(arena_malloc) ( aid, cc, req_pszB );
2178 res = VG_(arena_malloc) (aid, cc, len);
2194 return VG_(arena_malloc) ( VG_AR_TOO
[all...]
H A Dm_errormgr.c805 p = VG_(arena_malloc)(VG_AR_ERRORS, "errormgr.mre.1", sizeof(Error));
1221 supp = VG_(arena_malloc)(VG_AR_CORE, "errormgr.losf.1",
1347 supp->callers = VG_(arena_malloc)(VG_AR_CORE, "errormgr.losf.4",
H A Dm_redir.c1239 p = VG_(arena_malloc)(VG_AR_DINFO, ec, n);
H A Dm_transtab.c401 new_ar = VG_(arena_malloc)(VG_AR_TTAUX, "transtab.aECN.1",
H A Dm_signals.c1857 tst->sig_queue = VG_(arena_malloc)(VG_AR_CORE, "signals.qs.1",
H A Dm_main.c965 Char *buf = VG_(arena_malloc)(VG_AR_CORE, "main.mpclo.3", len);
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h71 VG_(arena_malloc)(VG_AR_DEMANGLE, "m_demangle.xmalloc", (_nn))
/external/valgrind/main/coregrind/m_debuginfo/
H A Dmisc.c48 v = VG_(arena_malloc)( VG_AR_DINFO, cc, szB );
63 UChar* dst = VG_(arena_malloc)( VG_AR_DINFO, cc, nStr );
H A Dreadelf.c1620 HChar* s = VG_(arena_malloc)(VG_AR_DINFO, "di.redi.1", 6 + VG_(strlen)(di->soname));
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h182 #define malloc(sz) VG_(arena_malloc) (VG_AR_CORE, "gdbsrv", sz)
H A Dm_gdbserver.c204 p = VG_(arena_malloc)(VG_AR_CORE, from, sizeof(GS_Address));
326 g = VG_(arena_malloc)(VG_AR_CORE, "gdbserver_point watchpoint",
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c159 struct note *n = VG_(arena_malloc)(VG_AR_CORE, "coredump-elf.an.1", notelen);
554 phdrs = VG_(arena_malloc)(VG_AR_CORE, "coredump-elf.mec.1",
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c600 i = VG_(arena_malloc)(VG_AR_CORE, "syswrap.rfdowgn.1", sizeof(OpenFd));
831 Char *result = VG_(arena_malloc) ( aid, cc, len );
948 outmsg = VG_(arena_malloc) ( VG_AR_CORE, "di.syswrap.pmr_sockaddr.1",
H A Dsyswrap-aix5.c130 changes = VG_(arena_malloc)(VG_AR_CORE, "syswrap-aix5.arpalou.1",
H A Dsyswrap-darwin.c424 VG_(arena_malloc)(VG_AR_CORE, "syswrap-darwin.mach-port-name",
562 i = VG_(arena_malloc)(VG_AR_CORE, "syswrap-darwin.mach-port",

Completed in 150 milliseconds