theKernel 10.0
Loading...
Searching...
No Matches
MkKernel_Cache_C_API

MkKernel PACKAGE - API to use a predefined cache of arbitrary data. … More...

+ Collaboration diagram for MkKernel_Cache_C_API:

Data Structures

struct  MkCacheItemS
 a linked-list to opearate a storage of data items More...
 
struct  MkCacheS
 This is an circel storage of a linked-list connected with a "lock" at MkCacheSMore...
 

Typedefs

typedef MK_PTR(* MkCacheCF) (MK_RT mkrt, MK_PTR const)
 
typedef void(* MkCacheDF) (MK_RT mkrt, MK_PTR *const)
 

Detailed Description

MkKernel PACKAGE - API to use a predefined cache of arbitrary data. …

Typedef Documentation

◆ MkCacheCF

typedef MK_PTR(* MkCacheCF) (MK_RT mkrt,MK_PTR const)

Definition at line 2302 of file LibMkKernel_mk.h.

◆ MkCacheDF

typedef void(* MkCacheDF) (MK_RT mkrt,MK_PTR *const)

Definition at line 2304 of file LibMkKernel_mk.h.