Searched defs:INSECURE (Results 1 - 1 of 1) sorted by relevance

/external/dlmalloc/
H A Dmalloc.c103 no errors or vulnerabilities, you can define INSECURE to 1,
292 INSECURE default: 0
633 #ifndef INSECURE
634 #define INSECURE 0 macro
635 #endif /* INSECURE */
2540 than this are trapped (unless INSECURE is defined).
3009 #if !INSECURE
3019 #else /* !INSECURE */
3024 #endif /* !INSECURE */
3026 #if (FOOTERS && !INSECURE)
[all...]

Completed in 474 milliseconds