Searched refs:record (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | utils.h | 63 map_record record; in parse_maps() local 68 &record.addr_start, &record.addr_end, prot, &record.offset, in parse_maps() 69 &dev_major, &dev_minor, &record.inode, &path_offset) == 7) { in parse_maps() 70 record.perms = 0; in parse_maps() 72 record.perms |= PROT_READ; in parse_maps() 75 record.perms |= PROT_WRITE; in parse_maps() 78 record.perms |= PROT_EXEC; in parse_maps() 83 record.device = makedev(dev_major, dev_minor); in parse_maps() 84 record.pathname = line + path_offset; in parse_maps() 85 if (!record.pathname.empty() && record.pathname.back() == '\n') { in parse_maps() [all …]
|
/bionic/linker/ |
D | linker_allocator.cpp | 180 small_object_page_record record; in create_page_record() local 181 record.page_addr = page_addr; in create_page_record() 182 record.free_blocks_cnt = free_blocks_cnt; in create_page_record() 183 record.allocated_blocks_cnt = 0; in create_page_record() 186 page_records_.begin(), page_records_.end(), record); in create_page_record() 187 page_records_.insert(it, record); in create_page_record()
|
/bionic/libc/malloc_debug/ |
D | README.md | 168 in the list. The default is to record 100 freed allocations, the max 169 allocations to record is 16384. 202 allocation is freed. The default is to record 16 frames, the max number of 203 frames to to record is 256.
|