Searched refs:RMM_BIN_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
57 RMM_BIN_ALIGNMENT = 64 * 1024 variable134 if (apps_size % RMM_BIN_ALIGNMENT) != 0:135 rmm_bin_padding = RMM_BIN_ALIGNMENT - (apps_size % RMM_BIN_ALIGNMENT)
Completed in 9 milliseconds