Lines Matching defs:_bytes_free
209 extern __malloc_size_t _bytes_free;
404 __malloc_size_t _bytes_free;
578 _bytes_free -= 1 << log;
606 _bytes_free += BLOCKSIZE - (1 << log);
637 _bytes_free += (blocks - lastblocks) * BLOCKSIZE;
684 _bytes_free -= blocks * BLOCKSIZE;
778 _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE;
840 _bytes_free -= bytes;
852 _bytes_free += 1 << type;
875 _bytes_free -= BLOCKSIZE;