Home | History | Annotate | Download | only in src

Lines Matching refs:FreeBlock

357   class FreeBlock {
359 FreeBlock(Address start_arg, size_t size_arg)
361 FreeBlock(void* start_arg, size_t size_arg)
371 static List<FreeBlock> free_list_;
374 static List<FreeBlock> allocation_list_;
383 static int CompareFreeBlockAddress(const FreeBlock* left,
384 FreeBlock* right);