Hi,Sir!
I know HeapMultiBuf is an enhanced HeapBuf with different block size, but I feel HeapMem is only a large block for variable size buffer. my application message size is variable, for example, from 4 bytes to 20 bytes. so I think HeapMem is more easy to use than HeapMultiBuf because only one HeapMem is defined. but what about memory fragment if I use HeapMem?