Home
last modified time | relevance | path

Searched refs:MALLOC_RED_ZONE (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
Dmalloc_config.h28 #ifndef MALLOC_RED_ZONE
29 #define MALLOC_RED_ZONE macro
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.
Dmalloc_impl.h22 #ifdef MALLOC_RED_ZONE
66 #ifndef MALLOC_RED_ZONE
74 #ifndef MALLOC_RED_ZONE
84 #ifndef MALLOC_RED_ZONE
115 #ifdef MALLOC_RED_ZONE
148 #ifdef MALLOC_RED_ZONE
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c49 #ifdef MALLOC_RED_ZONE
327 #ifdef MALLOC_RED_ZONE
462 #ifdef MALLOC_RED_ZONE in expand_heap()
490 #ifdef MALLOC_RED_ZONE in adjust_size()
596 #ifdef MALLOC_RED_ZONE in pretrim()
620 #ifdef MALLOC_RED_ZONE in trim()
646 #ifdef MALLOC_RED_ZONE in internal_malloc()
664 #ifdef MALLOC_RED_ZONE in internal_malloc()
701 #ifdef MALLOC_RED_ZONE in internal_malloc()
716 #ifdef MALLOC_RED_ZONE in internal_malloc()
[all …]
Dmalloc_usable_size.c4 #ifdef MALLOC_RED_ZONE
29 #ifndef MALLOC_RED_ZONE in internal_malloc_usable_size()
Dmemalign.c52 #ifdef MALLOC_RED_ZONE in __memalign()
70 #ifdef MALLOC_RED_ZONE in __memalign()
/third_party/musl/
Dmusl_template.gni399 defines += [ "MALLOC_RED_ZONE" ]