Home | History | Annotate | Download | only in src

Lines Matching refs:add_to_freelist

1121                                bool add_to_freelist) = 0;
1913 // If add_to_freelist is false then just accounting stats are updated and
1915 void Free(Address start, int size_in_bytes, bool add_to_freelist) {
1918 if (add_to_freelist) {
1926 bool add_to_freelist);
1987 // If add_to_freelist is false then just accounting stats are updated and
1989 void Free(Address start, bool add_to_freelist) {
1990 if (add_to_freelist) {
2007 bool add_to_freelist);