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

/external/srec/portable/src/
H A Dpmemblock.c280 #define PARTITION_CONTROL_BLOCK_SIZE 0x400 macro
307 pMemory = malloc(poolSize * (1 << whichPool) + PARTITION_CONTROL_BLOCK_SIZE);
320 retval = pt_create(name, pMemory, 0, poolSize * (1 << whichPool) + PARTITION_CONTROL_BLOCK_SIZE,

Completed in 83 milliseconds