Searched refs:freed (Results 1 – 3 of 3) sorted by relevance
303 chunk_t const * const freed = dealloc(offset); in deallocate() local304 if (freed) { in deallocate()378 chunk_t* freed = cur; in dealloc() local384 freed = p; in dealloc()393 if (!freed->free) { in dealloc()397 LOG_FATAL_IF(!freed->free, in dealloc()399 freed->start * kMemoryAlign, freed->size * kMemoryAlign); in dealloc()401 return freed; in dealloc()
161 static bool freed = false;166 freed = true;229 assert(!freed);234 assert(freed);
269 <li>Copy: data is copied back. The buffer with the copy is freed.275 <strong>is not freed</strong>.281 <li>Copy: the buffer with the copy is freed; any changes to it are lost.