iPXE
Cache discarder costs

Macros

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

Detailed Description

Macro Definition Documentation

◆ CACHE_CHEAP

#define CACHE_CHEAP   01

Items with a low replacement cost.

Definition at line 113 of file malloc.h.

◆ CACHE_NORMAL

#define CACHE_NORMAL   02

Items with a normal replacement cost.

Definition at line 114 of file malloc.h.

Referenced by __cache_discarder().

◆ CACHE_EXPENSIVE

#define CACHE_EXPENSIVE   03

Items with a high replacement cost.

Definition at line 115 of file malloc.h.

Referenced by __cache_discarder().