Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dmem-stats.h34 struct mem_location struct
38 mem_location () {} in mem_location() function
42 mem_location (mem_alloc_origin origin, bool ggc,
50 mem_location (mem_location &other): m_filename (other.m_filename), in mem_location() argument
72 equal (mem_location &other) in equal() argument
204 dump (mem_location *loc, mem_usage &total) const in dump()
307 typedef std::pair <mem_location *, T *> mem_list_t;
385 mem_location m_location;
419 mem_location *location) in register_descriptor()
456 mem_location *l = new mem_location (origin, ggc, filename, line, function); in register_descriptor()
[all …]
H A Dalloc-pool.h62 dump (mem_location *loc, mem_usage &total) const in dump()
234 mem_location m_location;
275 (this, new mem_location (m_location)); in initialize()
H A Dggc-common.c907 dump (mem_location *loc, ggc_usage &total) const in dump()
932 typedef std::pair<mem_location *, ggc_usage *> mem_pair_t;
951 typedef std::pair<mem_location *, ggc_usage *> mem_pair_t; in compare_final()
H A Dvec.c76 dump (mem_location *loc, mem_usage &total) const in dump()
H A Dbitmap.h156 dump (mem_location *loc, mem_usage &total) const in dump()
/dragonfly/sys/dev/raid/mfi/
H A Dmfi_tbolt.c272 int mfi_tbolt_init_desc_pool(struct mfi_softc *sc, uint8_t* mem_location, in mfi_tbolt_init_desc_pool() argument
276 uint8_t *addr = mem_location; in mfi_tbolt_init_desc_pool()