Home
last modified time | relevance | path

Searched refs:n_elements (Results 1 – 4 of 4) sorted by relevance

/system/extras/memory_replay/
DAlloc.cpp58 if (sscanf(line_end, "%" SCNd64 " %zu", &entry->u.n_elements, &entry->size) != 2) { in AllocGetData()
114 void* memory = calloc(entry.u.n_elements, entry.size); in CallocExecute()
115 MakeAllocationResident(memory, entry.u.n_elements * entry.size, pagesize); in CallocExecute()
DAlloc.h40 uint64_t n_elements; member
DTraceBenchmark.cpp178 ptr = calloc(entry.u.n_elements, entry.size); in RunTrace()
/system/extras/memory_replay/tests/
DAllocTest.cpp70 EXPECT_EQ(50U, entry.u.n_elements); in TEST()