Home
last modified time | relevance | path

Searched defs:mem_location (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmem-stats.h34 struct mem_location struct
38 mem_location () {} in mem_location() function
50 mem_location (mem_location &other): m_filename (other.m_filename), in mem_location() argument
72 equal (mem_location &other) in equal() argument
80 get_trimmed_filename () in get_trimmed_filename()
92 to_string () in to_string()
108 get_origin_name (mem_alloc_origin origin) in get_origin_name()
114 const char *m_filename;
116 const char *m_function;
118 int m_line;
[all …]
/dflybsd-src/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()