LLVM 22.0.0git
malloc.c File Reference

Go to the source code of this file.

Macros

#define ARCH_64BIT   0
#define USE_IMPLEMENT   1
#define USE_INTERPOSE   0
#define USE_ALIAS   0
#define USE_IMPLEMENT   0
#define USE_ALIAS   1
#define RPMALLOC_RESTRICT

Macro Definition Documentation

◆ ARCH_64BIT

#define ARCH_64BIT   0

Definition at line 29 of file malloc.c.

◆ RPMALLOC_RESTRICT

#define RPMALLOC_RESTRICT

Definition at line 74 of file malloc.c.

◆ USE_ALIAS [1/2]

#define USE_ALIAS   0

Definition at line 41 of file malloc.c.

◆ USE_ALIAS [2/2]

#define USE_ALIAS   1

Definition at line 41 of file malloc.c.

◆ USE_IMPLEMENT [1/2]

#define USE_IMPLEMENT   1

Definition at line 39 of file malloc.c.

◆ USE_IMPLEMENT [2/2]

#define USE_IMPLEMENT   0

Definition at line 39 of file malloc.c.

◆ USE_INTERPOSE

#define USE_INTERPOSE   0

Definition at line 40 of file malloc.c.