iPXE
Data Fields
cache_discarder Struct Reference

A cache discarder. More...

#include <malloc.h>

Data Fields

unsigned int(* discard )(void)
 Discard some cached data. More...
 

Detailed Description

A cache discarder.

Definition at line 83 of file malloc.h.

Field Documentation

◆ discard

unsigned int( * cache_discarder::discard) (void)

Discard some cached data.

Return values
discardedNumber of cached items discarded

Definition at line 89 of file malloc.h.

Referenced by discard_cache().


The documentation for this struct was generated from the following file: