OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:malloc_active
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/stdlib/
malloc.c
1139
static int
malloc_active
; /* Recursion flag for public interface. */
variable in typeref:typename:int
1155
if (
malloc_active
> 0) {
1156
if (
malloc_active
== 1) {
1158
malloc_active
= 2;
1164
malloc_active
= 1;
1169
malloc_active
= 0;
1196
malloc_active
= 0;
Completed in 12 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025