Lines Matching refs:free
15 Multiple free lists are used for management based on the size of the free memory block. The free me…
17 …part corresponds to a free list and a bit that indicates whether the free list is empty. The value…
18 …s to a free list and a bit that indicates whether the free list is empty. There are a total of 192…
20 …free memory to a free list. The 40-byte free memory corresponds to the 10th free list in the range…
29 …free list array. The memory pool information includes the start address of the memory pool, total …
33 …free node, used node, and end node. Each memory node maintains the size and use flag of the memory…
105 …ool, including the free memory, used memory, number of free memory blocks, number of used memory b…
110 …uding the start address, size, total free memory, used memory, maximum size of the free memory blo…
117 …7618158141"></a><a name="p437618158141"></a>Prints the size and number of free memory blocks in th…
140 …der and end node will be generated, and the remaining memory is marked as free nodes. The end node…
145 …free memory blocks greater than the requested size. If yes, the system allocates a memory block an…
150 …e memory block will be reclaimed and marked as free nodes. When memory blocks are reclaimed, adjac…
200 printf("Mem free success!\n");
202 printf("Mem free failed!\n");
238 Mem free success!