Lines Matching full:lastblock
259 MemBlockHdr firstBlock, lastBlock; /* memory blockList */
313 newBlockAddr = (void *) this->lastBlock->data;
314 size = this->lastBlock->size;
379 this->lastBlock = NULL;
411 this->firstBlock = this->lastBlock = picoos_raw_malloc(raw_memory, size,
413 if (this->lastBlock == NULL) {
416 this->lastBlock->next = NULL;
417 this->lastBlock->data = rest_mem;
418 this->lastBlock->size = rest_mem_size;