Home
last modified time | relevance | path

Searched refs:allocated_size_in_bytes (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/trace_event/
H A Dtrace_event_memory_overhead.cc67 size_t allocated_size_in_bytes, in AddInternal() argument
72 count_and_size.allocated_size_in_bytes += allocated_size_in_bytes; in AddInternal()
77 size_t allocated_size_in_bytes) { in Add() argument
78 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes); in Add()
82 size_t allocated_size_in_bytes, in Add() argument
84 AddInternal(object_type, 1, allocated_size_in_bytes, resident_size_in_bytes); in Add()
154 other_entry.allocated_size_in_bytes, in Update()
163 if (count_and_size.allocated_size_in_bytes == 0) in DumpInto()
170 count_and_size.allocated_size_in_bytes); in DumpInto()
H A Dtrace_event_memory_overhead.h54 size_t allocated_size_in_bytes,
59 void Add(ObjectType object_type, size_t allocated_size_in_bytes);
81 size_t allocated_size_in_bytes; member
88 size_t allocated_size_in_bytes,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/trace_event/
H A Dtrace_event_memory_overhead.cc67 size_t allocated_size_in_bytes, in AddInternal() argument
72 count_and_size.allocated_size_in_bytes += allocated_size_in_bytes; in AddInternal()
77 size_t allocated_size_in_bytes) { in Add() argument
78 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes); in Add()
82 size_t allocated_size_in_bytes, in Add() argument
84 AddInternal(object_type, 1, allocated_size_in_bytes, resident_size_in_bytes); in Add()
154 other_entry.allocated_size_in_bytes, in Update()
163 if (count_and_size.allocated_size_in_bytes == 0) in DumpInto()
170 count_and_size.allocated_size_in_bytes); in DumpInto()
H A Dtrace_event_memory_overhead.h53 size_t allocated_size_in_bytes,
58 void Add(ObjectType object_type, size_t allocated_size_in_bytes);
80 size_t allocated_size_in_bytes; member
87 size_t allocated_size_in_bytes,
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-aligned-block.c59 size_t allocated_size_in_bytes; in jitter_aligned_block_make() local
61 allocated_size_in_bytes = alignment_in_bytes * 2; in jitter_aligned_block_make()
63 allocated_size_in_bytes = size_in_bytes * 2; in jitter_aligned_block_make()
70 allocated_size_in_bytes, in jitter_aligned_block_make()
93 = (((char *) initial_pointer + allocated_size_in_bytes) in jitter_aligned_block_make()
119 initial_pointer = jitter_xmalloc (allocated_size_in_bytes); in jitter_aligned_block_make()
H A Djitter-heap.c114 size_t allocated_size_in_bytes, in jitter_heap_initialize_block() argument
175 r->allocated_space_size_in_bytes = allocated_size_in_bytes; in jitter_heap_initialize_block()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs62 allocated_size_in_bytes: usize,
807 allocated_size_in_bytes: new_bytes, in run_compaction()
1257 EntryDetails::Cache { origin, alloc_id, allocated_size_in_bytes } => { in free()
1266 self.bytes_allocated[budget_type as usize] -= allocated_size_in_bytes; in free()
1333 let allocated_size_in_bytes = (allocated_rect.area() * bpp) as usize; in allocate_from_shared_cache() localVariable
1334 self.bytes_allocated[budget_type as usize] += allocated_size_in_bytes; in allocate_from_shared_cache()
1343 allocated_size_in_bytes, in allocate_from_shared_cache()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs73 allocated_size_in_bytes: usize,
1425 EntryDetails::Cache { origin, alloc_id, allocated_size_in_bytes } => { in free()
1434 self.bytes_allocated[budget_type as usize] -= allocated_size_in_bytes; in free()
1501 let allocated_size_in_bytes = (allocated_rect.area() * bpp) as usize; in allocate_from_shared_cache() localVariable
1502 self.bytes_allocated[budget_type as usize] += allocated_size_in_bytes; in allocate_from_shared_cache()
1511 allocated_size_in_bytes, in allocate_from_shared_cache()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs73 allocated_size_in_bytes: usize,
1425 EntryDetails::Cache { origin, alloc_id, allocated_size_in_bytes } => { in free()
1434 self.bytes_allocated[budget_type as usize] -= allocated_size_in_bytes; in free()
1501 let allocated_size_in_bytes = (allocated_rect.area() * bpp) as usize; in allocate_from_shared_cache() localVariable
1502 self.bytes_allocated[budget_type as usize] += allocated_size_in_bytes; in allocate_from_shared_cache()
1511 allocated_size_in_bytes, in allocate_from_shared_cache()