Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DAction.cpp57 class MallocAction : public AllocAction { class
59 MallocAction(uintptr_t key_pointer, const char* line) : AllocAction(key_pointer) { in MallocAction() function in MallocAction
172 size_t max = MAX(sizeof(EndThreadAction), sizeof(MallocAction)); in MaxActionSize()
183 action = new (action_memory) MallocAction(key_pointer, line); in CreateAction()