Home
last modified time | relevance | path

Searched refs:MALLOC_FREELIST_QUARANTINE (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
Dmalloc_config.h24 #ifndef MALLOC_FREELIST_QUARANTINE
25 #define MALLOC_FREELIST_QUARANTINE macro
34 #if defined(MALLOC_FREELIST_QUARANTINE) && !defined(MALLOC_FREELIST_HARDENED)
35 #error MALLOC_FREELIST_QUARANTINE can be only applied when MALLOC_FREELIST_HARDENED is set.
38 #if defined(MALLOC_RED_ZONE) && !defined(MALLOC_FREELIST_QUARANTINE)
39 #error MALLOC_RED_ZONE can be only applied when MALLOC_FREELIST_QUARANTINE is set.
/third_party/musl/src/internal/linux/
Dmalloc_config.h24 #ifndef MALLOC_FREELIST_QUARANTINE
25 #define MALLOC_FREELIST_QUARANTINE macro
34 #if defined(MALLOC_FREELIST_QUARANTINE) && !defined(MALLOC_FREELIST_HARDENED)
35 #error MALLOC_FREELIST_QUARANTINE can be only applied when MALLOC_FREELIST_HARDENED is set.
38 #if defined(MALLOC_RED_ZONE) && !defined(MALLOC_FREELIST_QUARANTINE)
39 #error MALLOC_RED_ZONE can be only applied when MALLOC_FREELIST_QUARANTINE is set.
/third_party/musl/
Dmusl_template.gni305 defines += [ "MALLOC_FREELIST_QUARANTINE" ]