Searched refs:alloc_bytes (Results 1 – 2 of 2) sorted by relevance
1476 prof->alloc_bytes[t] += nsize; in mcp_profile_alloc()1480 prof->alloc_bytes[mcp_memp_realloc] += nsize; in mcp_profile_alloc()1483 prof->alloc_bytes[mcp_memp_free] += osize; in mcp_profile_alloc()1493 (unsigned long long)prof->alloc_bytes[1], in mcp_profile_alloc()1495 (unsigned long long)prof->alloc_bytes[2], in mcp_profile_alloc()1497 (unsigned long long)prof->alloc_bytes[3], in mcp_profile_alloc()1499 (unsigned long long)prof->alloc_bytes[4], in mcp_profile_alloc()1501 (unsigned long long)prof->alloc_bytes[5], in mcp_profile_alloc()1503 (unsigned long long)prof->alloc_bytes[6], in mcp_profile_alloc()1505 (unsigned long long)prof->alloc_bytes[7], in mcp_profile_alloc()[all …]
88 uint64_t alloc_bytes[8]; member