cudbg_mem_desc
struct cudbg_mem_desc avail[4];
struct cudbg_mem_desc mem[ARRAY_SIZE(cudbg_region) + 3];
struct cudbg_mem_desc *mem_desc)
sizeof(struct cudbg_mem_desc));
struct cudbg_mem_desc mem_desc = { 0 };
struct cudbg_mem_desc mem_desc;
memset(&mem_desc, 0, sizeof(struct cudbg_mem_desc));
return ((const struct cudbg_mem_desc *)a)->base -
((const struct cudbg_mem_desc *)b)->base;
struct cudbg_mem_desc *md;
sizeof(struct cudbg_mem_desc));
(ARRAY_SIZE(cudbg_region) + 3) * sizeof(struct cudbg_mem_desc));
sort(meminfo_buff->avail, i, sizeof(struct cudbg_mem_desc),
sort(meminfo_buff->mem, n, sizeof(struct cudbg_mem_desc),