Searched refs:_bytes_free (Results 1 – 5 of 5) sorted by relevance
58 __malloc_size_t _bytes_free; variable232 _bytes_free -= 1 << log;260 _bytes_free += BLOCKSIZE - (1 << log);291 _bytes_free += (blocks - lastblocks) * BLOCKSIZE;338 _bytes_free -= blocks * BLOCKSIZE;
56 _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE;118 _bytes_free -= bytes;130 _bytes_free += 1 << type;153 _bytes_free -= BLOCKSIZE;
209 extern __malloc_size_t _bytes_free;404 __malloc_size_t _bytes_free; variable578 _bytes_free -= 1 << log;606 _bytes_free += BLOCKSIZE - (1 << log);637 _bytes_free += (blocks - lastblocks) * BLOCKSIZE;684 _bytes_free -= blocks * BLOCKSIZE;777 _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE;839 _bytes_free -= bytes;851 _bytes_free += 1 << type;874 _bytes_free -= BLOCKSIZE;
39 result.bytes_free = _bytes_free; in mstats()
207 extern __malloc_size_t _bytes_free;