Microchip® Advanced Software Framework

services/wtk/example1_widgets/conf_membag.h File Reference

Membag initialization configuration.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include <membag.h>

Macros

#define CONF_MEMBAG_ARRAY
 
#define CONF_MEMBAG_POOL_SIZE
 

#define CONF_MEMBAG_ARRAY
Value:
MEMBAG(16, 32), \
MEMBAG(32, 32), \
MEMBAG(64, 4), \
MEMBAG(128, 4),
#define MEMBAG(objsize, nr_objs)
Macro used to create memory bags in conf_membag.h.
Definition: membag.h:85
#define CONF_MEMBAG_POOL_SIZE
Value:
MEMBAG_SIZE(16, 32) + \
MEMBAG_SIZE(32, 32) + \
MEMBAG_SIZE(64, 4) + \
MEMBAG_SIZE(128, 4)
#define MEMBAG_SIZE(objsize, nr_objs)
Macro used to store the size of the membags in conf_membag.h.
Definition: membag.h:97