/third_party/node/deps/v8/src/heap/ |
H A D | free-list.cc | 31 size_t* node_size) { in PickNodeFromList() 36 *node_size = 0; in PickNodeFromList() 40 *node_size = node.Size(); in PickNodeFromList() 41 UpdateCountersAfterAllocation(*node_size); in PickNodeFromList() 46 size_t* node_size) { in SearchForNodeInList() 66 *node_size = size; in SearchForNodeInList() 115 size_t minimum_size, size_t* node_size) { in TryFindNodeIn() 118 FreeSpace node = category->PickNodeFromList(minimum_size, node_size); in TryFindNodeIn() 120 DecreaseAvailableBytes(*node_size); in TryFindNodeIn() 131 size_t* node_size) { in SearchForNodeInList() 30 PickNodeFromList(size_t minimum_size, size_t* node_size) PickNodeFromList() argument 45 SearchForNodeInList(size_t minimum_size, size_t* node_size) SearchForNodeInList() argument 114 TryFindNodeIn(FreeListCategoryType type, size_t minimum_size, size_t* node_size) TryFindNodeIn() argument 129 SearchForNodeInList(FreeListCategoryType type, size_t minimum_size, size_t* node_size) SearchForNodeInList() argument 212 Allocate(size_t size_in_bytes, size_t* node_size, AllocationOrigin origin) Allocate() argument 305 Allocate(size_t size_in_bytes, size_t* node_size, AllocationOrigin origin) Allocate() argument 344 Allocate(size_t size_in_bytes, size_t* node_size, AllocationOrigin origin) Allocate() argument 410 Allocate(size_t size_in_bytes, size_t* node_size, AllocationOrigin origin) Allocate() argument [all...] |
H A D | free-list.h | 65 // category. Stores the actual size in |node_size|. Returns nullptr if no 67 FreeSpace PickNodeFromList(size_t minimum_size, size_t* node_size); 70 // actual size in |node_size|. Returns nullptr if no node is found. 71 FreeSpace SearchForNodeInList(size_t minimum_size, size_t* node_size); 142 // bytes. Returns the actual node size in node_size which can be bigger than 146 size_t* node_size, 231 size_t* node_size); 235 size_t* node_size); 276 size_t* node_size, 306 size_t* node_size, [all...] |
/third_party/mesa3d/src/util/ |
H A D | sparse_array.c | 40 size_t elem_size, size_t node_size) in util_sparse_array_init() 44 arr->node_size_log2 = util_logbase2_64(node_size); in util_sparse_array_init() 45 assert(node_size >= 2 && node_size == (1ull << arr->node_size_log2)); in util_sparse_array_init() 79 size_t node_size = 1ull << arr->node_size_log2; in _util_sparse_array_node_finish() local 80 for (size_t i = 0; i < node_size; i++) { in _util_sparse_array_node_finish() 202 size_t node_size = 1ull << arr->node_size_log2; in validate_node_level() local 203 for (size_t i = 0; i < node_size; i++) { in validate_node_level() 39 util_sparse_array_init(struct util_sparse_array *arr, size_t elem_size, size_t node_size) util_sparse_array_init() argument
|
H A D | sparse_array.h | 76 size_t elem_size, size_t node_size);
|
/third_party/mesa3d/src/util/tests/ |
H A D | sparse_array_test.cpp | 51 size_t node_size = 4 << (run_idx / 2); in TEST() local 54 util_sparse_array_init(&arr, sizeof(uint32_t), node_size); in TEST()
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages02.c | 50 long long node_size, freep; in print_mem_stats() local 64 node_size = numa_node_size64(node, &freep); in print_mem_stats() 66 node, node_size, freep); in print_mem_stats()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | du.c | 37 typedef struct node_size { struct 40 } node_size; typedef
|
/third_party/toybox/toys/posix/ |
H A D | du.c | 50 typedef struct node_size { struct 53 } node_size; typedef
|
/third_party/eudev/src/libudev/ |
H A D | libudev-hwdb-def.h | 36 le64_t node_size; member
|
H A D | libudev-hwdb.c | 104 return (const struct trie_child_entry_f *)((const char *)node + le64toh(hwdb->head->node_size)); in trie_node_children() 110 base += le64toh(hwdb->head->node_size); in trie_node_values()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 520 long node_size, node_free; in numa_info() local 522 node_size = numa_node_size(node, &node_free); in numa_info() 523 if (node_size < 0) { in numa_info() 535 node_size / (1024 * 1024), node_free / (1024 * 1024)); in numa_info()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcmru.h | 110 FT_Offset node_size; member
|
H A D | ftcmru.c | 265 else if ( FT_QALLOC( node, list->clazz.node_size ) ) in FT_LOCAL_DEF()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | node.c | 306 static const int node_size[] = { in gpir_node_create() local 315 int size = node_size[type]; in gpir_node_create()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | node.c | 351 static const int node_size[] = { in ppir_node_create() local 362 int size = node_size[type]; in ppir_node_create()
|
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.c | 554 size_t aux_size, mn_size, clk_size, tr_size, run_size, sync_size, node_size, ext_size, in ssp_calculate_intern_ext() local 578 node_size = sizeof(struct ssp_intel_node_ctl); in ssp_calculate_intern_ext() 677 size = node_size; in ssp_calculate_intern_ext() 680 tlv->size += node_size; in ssp_calculate_intern_ext()
|
/third_party/eudev/src/udev/ |
H A D | udevadm-hwdb.c | 359 .node_size = htole64(sizeof(struct trie_node_f)), in trie_store()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 422 size_t node_size = get_node_size(f); in alloc_slab() local 433 num = (f->pagesize - sizeof(struct node_slab)) / node_size; in alloc_slab() 435 start = (char *) mem + f->pagesize - num * node_size; in alloc_slab() 439 n = (struct list_head *) (start + i * node_size); in alloc_slab()
|