Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

lib_mem.h/lib_mem.c

Prototype

Code Block
LanguageC++
CaptionTextCAPTION
languagecpp
          CPU_SIZE_T  Mem_SegGetSizeRem (MEM_POOL    *pmem_pool,
                                         CPU_SIZE_T   align,
                                         LIB_ERR     *perr);

Arguments

pmem_pool

Pointer to a memory pool structure.

...

Remaining size of memory segments returned from either memory segment’s configured dedicated memory, if any, or heap memory pool, otherwise.

Example Usage

...

LanguageC++
CaptionTextCAPTION
languagecpp

...