Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmalloc.c56 __malloc_size_t _bytes_used; variable
110 _bytes_used = heapsize * sizeof (malloc_info); in initialize()
153 _bytes_used += newsize * sizeof (malloc_info);
230 _bytes_used += 1 << log;
261 _bytes_used -= BLOCKSIZE - (1 << log);
301 _bytes_used += blocks * BLOCKSIZE;
337 _bytes_used += blocks * BLOCKSIZE;
H A Dgmalloc.c207 extern __malloc_size_t _bytes_used;
402 __malloc_size_t _bytes_used; variable
456 _bytes_used = heapsize * sizeof (malloc_info); in initialize()
499 _bytes_used += newsize * sizeof (malloc_info);
576 _bytes_used += 1 << log;
607 _bytes_used -= BLOCKSIZE - (1 << log);
647 _bytes_used += blocks * BLOCKSIZE;
683 _bytes_used += blocks * BLOCKSIZE;
776 _bytes_used -= _heapinfo[block].busy.info.size * BLOCKSIZE;
849 _bytes_used -= 1 << type;
[all …]
H A Dfree.c55 _bytes_used -= _heapinfo[block].busy.info.size * BLOCKSIZE;
128 _bytes_used -= 1 << type;
151 _bytes_used += BLOCKSIZE;
H A Dmstats.c37 result.bytes_used = _bytes_used; in mstats()
H A Dmalloc.h205 extern __malloc_size_t _bytes_used;