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_started
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
malloc.c
1140
static unsigned
malloc_started
; /* Set when initialization has been done */
variable
1166
if (!
malloc_started
) {
1175
malloc_started
= 1;
1222
if (!
malloc_started
) {
1224
malloc_started
= 1;
malloc.c
1140
static unsigned
malloc_started
; /* Set when initialization has been done */
variable
1166
if (!
malloc_started
) {
1175
malloc_started
= 1;
1222
if (!
malloc_started
) {
1224
malloc_started
= 1;
Completed in 27 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026