HomeSort by: relevance | last modified time | path
    Searched defs:_bytes_used (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
malloc.c 56 __malloc_size_t _bytes_used; variable
110 _bytes_used = heapsize * sizeof (malloc_info);
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;
gmalloc.c 207 extern __malloc_size_t _bytes_used;
402 __malloc_size_t _bytes_used; variable
456 _bytes_used = heapsize * sizeof (malloc_info);
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;
777 _bytes_used -= _heapinfo[block].busy.info.size * BLOCKSIZE;
850 _bytes_used -= 1 << type
    [all...]

Completed in 30 milliseconds