Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_mallocfree.c1678 Superblock* new_sb = NULL; in VG_() local
1743 new_sb = newSuperblock(a, req_bszB); in VG_()
1744 if (NULL == new_sb) { in VG_()
1775 if (a->sblocks[i-1] > new_sb) { in VG_()
1782 a->sblocks[i] = new_sb; in VG_()
1785 b = (Block*)&new_sb->payload_bytes[0]; in VG_()
1786 lno = pszB_to_listNo(bszB_to_pszB(a, new_sb->n_payload_bytes)); in VG_()
1787 mkFreeBlock ( a, b, new_sb->n_payload_bytes, lno); in VG_()
1806 && (NULL == new_sb || ! new_sb->unsplittable)) { in VG_()
2550 Superblock* new_sb = newSuperblock (a, size); in VG_() local
[all …]