LLVM 19.0.0git
Macros | Functions
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
 

Functions

 _Static_assert (sizeof(size_t)==4, "Data type size mismatch")
 
 _Static_assert (sizeof(void *)==4, "Data type size mismatch")
 

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 64 of file malloc.c.

◆ USE_ALIAS [2/2]

#define USE_ALIAS   1

Definition at line 64 of file malloc.c.

◆ USE_IMPLEMENT [1/2]

#define USE_IMPLEMENT   1

Definition at line 63 of file malloc.c.

◆ USE_IMPLEMENT [2/2]

#define USE_IMPLEMENT   0

Definition at line 63 of file malloc.c.

◆ USE_INTERPOSE

#define USE_INTERPOSE   0

Definition at line 40 of file malloc.c.

Function Documentation

◆ _Static_assert() [1/2]

_Static_assert ( sizeof(size_t)  = =4,
"Data type size mismatch"   
)

◆ _Static_assert() [2/2]

_Static_assert ( sizeof(void *)  = =4,
"Data type size mismatch"   
)