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

  /src/external/gpl2/libmalloc/dist/
malloc.c 57 __malloc_size_t _chunks_free; variable
231 --_chunks_free;
259 _chunks_free += (BLOCKSIZE >> log) - 1;
331 --_chunks_free;
gmalloc.c 208 extern __malloc_size_t _chunks_free;
403 __malloc_size_t _chunks_free; variable
577 --_chunks_free;
605 _chunks_free += (BLOCKSIZE >> log) - 1;
677 --_chunks_free;
810 ++_chunks_free;
823 --_chunks_free;
839 --_chunks_free;
851 ++_chunks_free;
874 _chunks_free -= BLOCKSIZE >> type
    [all...]

Completed in 25 milliseconds