OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:malloc_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/libmalloc/dist/
malloc.h
166
}
malloc_info
;
typedef in typeref:union:__anon9400
172
extern
malloc_info
*_heapinfo;
gmalloc.c
168
}
malloc_info
;
typedef in typeref:union:__anon9395
174
extern
malloc_info
*_heapinfo;
386
malloc_info
*_heapinfo;
446
_heapinfo = (
malloc_info
*) align (heapsize * sizeof (
malloc_info
));
449
memset (_heapinfo, 0, heapsize * sizeof (
malloc_info
));
456
_bytes_used = heapsize * sizeof (
malloc_info
);
471
malloc_info
*newinfo, *oldinfo;
484
newinfo = (
malloc_info
*) align (newsize * sizeof (
malloc_info
));
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026