Searched defs:memory (Results 1 – 7 of 7) sorted by relevance
/system/extras/memory_replay/tests/ |
D | ActionTest.cpp | 25 uint8_t memory[Action::MaxActionSize()]; in TEST() local 40 uint8_t memory[128]; in TEST() local 47 uint8_t memory[128]; in TEST() local 60 uint8_t memory[128]; in TEST() local 75 uint8_t memory[128]; in TEST() local 86 uint8_t memory[128]; in TEST() local 97 uint8_t memory[128]; in TEST() local 123 uint8_t memory[128]; in TEST() local 134 uint8_t memory[128]; in TEST() local 149 uint8_t memory[128]; in TEST() local [all …]
|
D | PointersTest.cpp | 107 void* memory = pointers.Remove(0); in TestRemoveZeroValue() local
|
/system/extras/memory_replay/ |
D | Action.cpp | 67 void* memory = malloc(size_); in Execute() local 87 void* memory = calloc(n_elements_, size_); in Execute() local 117 void* memory = realloc(old_memory, size_); in Execute() local 140 void* memory = memalign(align_, size_); in Execute() local 162 void* memory = pointers->Remove(key_pointer_); in Execute() local
|
D | Pointers.cpp | 35 void* memory = mmap(nullptr, pointers_size_, PROT_READ | PROT_WRITE, in Pointers() local
|
D | Threads.cpp | 54 void* memory = mmap(nullptr, data_size_, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0); in Threads() local
|
/system/core/libbacktrace/ |
D | backtrace_test.cpp | 933 void InitMemory(uint8_t* memory, size_t bytes) { in InitMemory() 952 uint8_t* memory; in ThreadReadTest() local 1049 uint8_t* memory; in ForkedReadTest() local
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.c | 1733 void bta_hf_client_send_at_atd(char *number, UINT32 memory) in bta_hf_client_send_at_atd()
|