Searched refs:MEM_MALLOC (Results 1 - 5 of 5) sorted by relevance

/external/fio/
H A Dmemory.c314 } else if (td->o.mem_type == MEM_MALLOC)
345 } else if (td->o.mem_type == MEM_MALLOC)
H A Dthread_options.h17 MEM_MALLOC = 0, /* ordinary malloc */ enumerator in enum:fio_memtype
H A Doptions.c2587 .oval = MEM_MALLOC,
/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.h601 MEM_MALLOC, enumerator in enum:base::PersistentMemoryAllocator::MemoryType
H A Dpersistent_memory_allocator.cc956 return Memory(address, MEM_MALLOC);
963 if (type == MEM_MALLOC) {

Completed in 1220 milliseconds