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
1147
static unsigned
malloc_started
; /* Set when initialization has been done */
variable
1173
if (!
malloc_started
) {
1182
malloc_started
= 1;
1229
if (!
malloc_started
) {
1231
malloc_started
= 1;
malloc.c
1147
static unsigned
malloc_started
; /* Set when initialization has been done */
variable
1173
if (!
malloc_started
) {
1182
malloc_started
= 1;
1229
if (!
malloc_started
) {
1231
malloc_started
= 1;
Completed in 30 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026