Searched defs:new_alloc (Results 1 – 16 of 16) sorted by relevance
50 ArenaAllocWithUsageInterval* new_alloc) { in Allocate()125 char* new_alloc = new char[required_size]; in Commit() local
1640 char* new_alloc = new char[num_bytes + required_alignment]; in NewCustomAlloc() local
15 uint32_t new_alloc) in nvk_descriptor_table_grow_locked()
80 char const* new_alloc = reinterpret_cast<char const*>(new_.__get_alloc()); in test() local
166 size_t new_alloc = sk->num_alloc << 1; in sk_insert() local
154 unsigned new_alloc = MAX2(16, bq->allocated_query_types * 2); in batch_query_add() local
240 char *new_alloc = __asan_malloc(size); in __asan_realloc() local
171 auto new_alloc = builder.create<mlir::memref::AllocOp>( in HoistAndFix() local
185 size_t new_alloc = sk->num_alloc << 1; in OPENSSL_sk_insert() local
74 int i, old_argc, new_argc, new_alloc = 0; in response() local
500 char* new_alloc = new char[num_bytes + required_alignment]; in NewCustomAlloc() local
1860 struct pvr_renderpass_alloc *new_alloc, in pvr_can_combine_with_render()
235 PyMemAllocatorEx new_alloc; in pymem_set_default_allocator() local
1232 fn new_alloc(&mut self, id: u32, flags: u32, size: u32) -> WlResult<WlResp> { in new_alloc() method
1189 let new_alloc; in try_grow() localVariable