Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dmalloc_sql_benchmark.cpp46 struct MallocEntry { struct
53 void BenchmarkMalloc(MallocEntry entries[], size_t total_entries, size_t max_allocs) { in BenchmarkMalloc() argument
/bionic/libc/malloc_debug/
DRecordData.cpp57 MallocEntry::MallocEntry(void* pointer, size_t size) : AllocEntry(pointer), size_(size) {} in MallocEntry() function in MallocEntry