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

/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_rmm.c67 #define RMM_BLOCK_SIZE (APR_ALIGN_DEFAULT(sizeof(rmm_block_t))) macro
123 if (bestsize > RMM_BLOCK_SIZE + size) {
312 size = APR_ALIGN_DEFAULT(reqsize) + RMM_BLOCK_SIZE;
323 this += RMM_BLOCK_SIZE;
335 size = APR_ALIGN_DEFAULT(reqsize) + RMM_BLOCK_SIZE;
346 this += RMM_BLOCK_SIZE;
347 memset((char*)rmm->base + this, 0, size - RMM_BLOCK_SIZE);
376 blk = (rmm_block_t*)((char*)rmm->base + old - RMM_BLOCK_SIZE);
394 if (this < RMM_HDR_BLOCK_SIZE + RMM_BLOCK_SIZE) {
398 this -= RMM_BLOCK_SIZE;
[all...]

Completed in 56 milliseconds