Searched refs:mem_location (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | mem-stats.h | 34 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 …]
|
| HD | alloc-pool.h | 62 dump (mem_location *loc, mem_usage &total) const in dump() 234 mem_location m_location; 275 (this, new mem_location (m_location)); in initialize()
|
| HD | ggc-common.c | 907 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()
|
| HD | vec.c | 76 dump (mem_location *loc, mem_usage &total) const in dump()
|
| HD | bitmap.h | 156 dump (mem_location *loc, mem_usage &total) const in dump()
|
| /dragonfly/sys/dev/raid/mfi/ |
| HD | mfi_tbolt.c | 272 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()
|