HomeSort by: relevance | last modified time | path
    Searched defs:chip_total (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/amiga/amiga/
cc.c 462 static u_long chip_total; /* total free. */ variable in typeref:typename:u_long
472 chip_total = chip_size - sizeof(*mem);
475 mem->size = chip_total;
519 chip_total -= mn->size;
539 chip_total -= size + sizeof(struct mem_node);
569 chip_total += mn->size + sizeof(struct mem_node);
577 chip_total += mn->size + sizeof(struct mem_node);
582 chip_total += sizeof(struct mem_node);
618 chip_total += mn->size; /* add our helpings to the pool. */
644 val = chip_total;
    [all...]

Completed in 13 milliseconds