Searched refs:MEM_ALIGN (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgmem.c77 #define MEM_ALIGN SIZEOF_VOID_P macro
79 #define MEM_ALIGN SIZEOF_LONG macro
495 if (mem_chunk->atom_size % MEM_ALIGN)
496 mem_chunk->atom_size += MEM_ALIGN - (mem_chunk->atom_size % MEM_ALIGN);

Completed in 34 milliseconds