Searched refs:allocation_size (Results 1 – 4 of 4) sorted by relevance
324 size_t allocation_size; in Malloc() local329 allocation_size = alignment; in Malloc()332 allocation_size = llvm::alignTo(size, alignment); in Malloc()337 allocation_size += alignment - 1; in Malloc()346 allocation_address = FindSpace(allocation_size); in Malloc()364 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()367 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc()377 allocation_address = FindSpace(allocation_size); in Malloc()391 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()394 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc()[all …]
50 void* operator new(size_t allocation_size) { in operator new() argument52 return malloc(allocation_size); in operator new()
104 uintptr_t allocation_size;91 uintptr_t allocation_size; global() member
1530 R->allocation_size = Header.SizeOrUnusedBytes; in getInlineErrorInfo()1615 R->allocation_size = EntrySize; in getRingBufferErrorInfo()