Home
last modified time | relevance | path

Searched defs:map_ptr (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dbionic_allocator.cpp195 void* const map_ptr = mmap(nullptr, PAGE_SIZE, PROT_READ | PROT_WRITE, in alloc_page() local
276 void* map_ptr = mmap(nullptr, allocated_size, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, in alloc_mmap() local
/aosp12/system/bt/btcore/src/
H A Dmodule.cc147 auto map_ptr = metadata.find(module); in get_module_state() local
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_queue.cc114 auto map_ptr = gatt_op_queue.find(conn_id); in gatt_execute_next_op() local
/aosp12/art/libartbase/base/
H A Dmem_map.cc277 void MemMap::SetDebugName(void* map_ptr, const char* name, size_t size) { in SetDebugName()