Home
last modified time | relevance | path

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

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