Home
last modified time | relevance | path

Searched refs:_bytes_free (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmalloc.c58 __malloc_size_t _bytes_free; variable
232 _bytes_free -= 1 << log;
260 _bytes_free += BLOCKSIZE - (1 << log);
291 _bytes_free += (blocks - lastblocks) * BLOCKSIZE;
338 _bytes_free -= blocks * BLOCKSIZE;
H A Dfree.c56 _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE;
118 _bytes_free -= bytes;
130 _bytes_free += 1 << type;
153 _bytes_free -= BLOCKSIZE;
H A Dgmalloc.c209 extern __malloc_size_t _bytes_free;
404 __malloc_size_t _bytes_free; variable
578 _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;
H A Dmstats.c39 result.bytes_free = _bytes_free; in mstats()
H A Dmalloc.h207 extern __malloc_size_t _bytes_free;