OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_heapindex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/libmalloc/dist/
malloc.c
46
__malloc_size_t
_heapindex
;
variable
106
_heapindex
= 0;
271
start = block =
_heapindex
;
321
=
_heapindex
= block + blocks;
330
=
_heapindex
= _heapinfo[block].free.next;
gmalloc.c
181
extern __malloc_size_t
_heapindex
;
392
__malloc_size_t
_heapindex
;
variable
452
_heapindex
= 0;
617
start = block =
_heapindex
;
667
=
_heapindex
= block + blocks;
676
=
_heapindex
= _heapinfo[block].free.next;
783
i =
_heapindex
;
844
_heapindex
= block;
1160
if (
_heapindex
== block)
1164
__ptr_t previous = malloc ((block -
_heapindex
) * BLOCKSIZE)
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026