iPXE
Macros
Cache discarder costs

Macros

#define CACHE_CHEAP   01
 Items with a low replacement cost. More...
 
#define CACHE_NORMAL   02
 Items with a normal replacement cost. More...
 
#define CACHE_EXPENSIVE   03
 Items with a high replacement cost. More...
 

Detailed Description

Macro Definition Documentation

◆ CACHE_CHEAP

#define CACHE_CHEAP   01

Items with a low replacement cost.

Definition at line 112 of file malloc.h.

◆ CACHE_NORMAL

#define CACHE_NORMAL   02

Items with a normal replacement cost.

Definition at line 113 of file malloc.h.

◆ CACHE_EXPENSIVE

#define CACHE_EXPENSIVE   03

Items with a high replacement cost.

Definition at line 114 of file malloc.h.