Searched refs:node_size (Results 1 – 7 of 7) sorted by relevance
2333 FreeSpace* FreeListCategory::PickNodeFromList(int* node_size) { in AllocateChunk() argument2346 *node_size = node->Size(); in AllocateChunk()2347 available_ -= *node_size; in AllocateChunk()2361 int* node_size) { in AllocateChunk() argument2362 FreeSpace* node = PickNodeFromList(node_size); in AllocateChunk()2363 if ((node != nullptr) && (*node_size < size_in_bytes)) { in AllocateChunk()2364 Free(node, *node_size); in AllocateChunk()2365 *node_size = 0; in AllocateChunk()2373 int* node_size) { in AllocateChunk() argument2399 *node_size = size; in AllocateChunk()[all …]
1648 FreeSpace* PickNodeFromList(int* node_size);1652 FreeSpace* PickNodeFromList(int size_in_bytes, int* node_size);1655 FreeSpace* SearchForNodeInList(int size_in_bytes, int* node_size);1812 FreeSpace* FindNodeFor(int size_in_bytes, int* node_size);1813 FreeSpace* FindNodeIn(FreeListCategoryType category, int* node_size);
47 typedef struct node_size { struct50 } node_size; typedef
266 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
557 __u16 node_size; member
1257 leaf_node_size = blkid_be16(bnode->node_size); in probe_hfsplus()
717 def node_size(): function