Home
last modified time | relevance | path

Searched refs:node_size (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/heap/
Dspaces.cc2333 FreeSpace* FreeListCategory::PickNodeFromList(int* node_size) { in AllocateChunk() argument
2346 *node_size = node->Size(); in AllocateChunk()
2347 available_ -= *node_size; in AllocateChunk()
2361 int* node_size) { in AllocateChunk() argument
2362 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() argument
2399 *node_size = size; in AllocateChunk()
[all …]
Dspaces.h1648 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);
/external/toybox/toys/posix/
Ddu.c47 typedef struct node_size { struct
50 } node_size; typedef
/external/freetype/src/cache/
Dftcmru.c266 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
/external/e2fsprogs/lib/blkid/
Dprobe.h557 __u16 node_size; member
Dprobe.c1257 leaf_node_size = blkid_be16(bnode->node_size); in probe_hfsplus()
/external/autotest/client/bin/
Dbase_utils.py717 def node_size(): function