Synopsis
#define LIBMEM_MB(X) (LIBMEM_KB(X)*1024)
Description

LIBMEM_MB converts megabytes to bytes, e.g. LIBMEM_MB(10) = 10*1024*1024.