Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDmem-stats.h34 struct mem_location struct
38 mem_location () {} in mem_location() argument
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
191 typedef std::pair<mem_location *, mem_usage *> mem_pair_t; in compare()
204 dump (mem_location *loc, mem_usage &total) const in dump()
280 struct mem_location_hash : nofree_ptr_hash <mem_location>
307 typedef std::pair <mem_location *, T *> mem_list_t;
326 register_descriptor (const void *ptr, mem_location *location);
[all …]
HDalloc-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()
HDggc-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()
HDvec.c76 dump (mem_location *loc, mem_usage &total) const in dump()
HDbitmap.h156 dump (mem_location *loc, mem_usage &total) const in dump()
/dragonfly/sys/dev/raid/mfi/
HDmfi_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()