OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026