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

  /src/external/gpl2/libmalloc/dist/
malloc.c 58 __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;
gmalloc.c 209 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;
778 _bytes_free += _heapinfo[block].busy.info.size * BLOCKSIZE;
840 _bytes_free -= bytes;
852 _bytes_free += 1 << type;
875 _bytes_free -= BLOCKSIZE
    [all...]

Completed in 29 milliseconds