Searched defs:new_alloc (Results 1 – 14 of 14) 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
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
171 auto new_alloc = builder.create<mlir::memref::AllocOp>( in HoistAndFix() local
240 char *new_alloc = __asan_malloc(size); in __asan_realloc() 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
233 PyMemAllocatorEx new_alloc; in pymem_set_default_allocator() local
912 let new_alloc; in try_grow() localVariable
1153 fn new_alloc(&mut self, id: u32, flags: u32, size: u32) -> WlResult<WlResp> { in new_alloc() method