Searched refs:malloc_info (Results 1 – 3 of 3) sorted by relevance
491 static MallocInfo malloc_info(LINKER_INITIALIZED);494 malloc_info.SwallowThreadLocalMallocStorage(this, true); in CommitBack()498 return AsanChunkView(malloc_info.FindChunkByAddr(address)); in FindHeapChunkByAddress()543 m = malloc_info.AllocateChunks(size_class, 1); in Allocate()550 *fl = malloc_info.AllocateChunks(size_class, n_new_chunks); in Allocate()599 CHECK(malloc_info.FindPageGroup((uptr)ptr)); in Deallocate()642 malloc_info.SwallowThreadLocalMallocStorage(ms, false); in Deallocate()645 malloc_info.BypassThreadLocalQuarantine(m); in Deallocate()768 uptr usable_size = malloc_info.AllocationSize((uptr)ptr); in asan_malloc_usable_size()776 return malloc_info.AllocationSize((uptr)ptr); in asan_mz_size()[all …]
323 struct mallinfo malloc_info; in print_resource_track() local340 malloc_info = mallinfo(); in print_resource_track()342 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd), in print_resource_track()343 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks)); in print_resource_track()
145 } malloc_info; typedef151 extern malloc_info *_heapinfo;