Searched refs:sblocks (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c217 Superblock** sblocks; member in struct:__anon32558
225 // are not stored in sblocks array above.
562 a->sblocks = & a->sblocks_initial[0];
855 // * removes sb from arena sblocks list.
875 if (a->sblocks[i] == sb)
880 a->sblocks[j] = a->sblocks[j+1];
882 a->sblocks[a->sblocks_used] = NULL;
928 sb = a->sblocks[pos];
959 sb = a->sblocks[po
[all...]

Completed in 980 milliseconds