OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_AR_DEMANGLE
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/m_demangle/
vg_libciface.h
49
#define free(_pt) VG_(arena_free) (
VG_AR_DEMANGLE
,(_pt))
53
#define realloc(_cc,_pt,_sz) VG_(arena_realloc)(
VG_AR_DEMANGLE
,(_cc),(_pt),(_sz))
71
VG_(arena_malloc)(
VG_AR_DEMANGLE
, "m_demangle.xmalloc", (_nn))
73
VG_(arena_realloc)(
VG_AR_DEMANGLE
,"m_demangle.xrealloc",(_pt),(_sz))
75
VG_(arena_strdup)(
VG_AR_DEMANGLE
,"m_demangle.xstrdup",(_str))
demangle.c
116
VG_(arena_free) (
VG_AR_DEMANGLE
, demangled);
/external/valgrind/main/coregrind/
pub_core_mallocfree.h
64
#define
VG_AR_DEMANGLE
4
m_mallocfree.c
590
arena_init (
VG_AR_DEMANGLE
, "demangle", 4, 65536 );
[
all
...]
Completed in 50 milliseconds