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

LIBMEM_KB converts kilobytes to bytes, e.g. LIBMEM_KB(10) = 10*1024.