Searched refs:allocated_size (Results 1 – 10 of 10) sorted by relevance
338 uptr allocated_size; member401 current->allocated_size = 0; in AllocateMemoryForTrampoline()405 } else if (current->max_size - current->allocated_size > size) { in AllocateMemoryForTrampoline()408 uptr next_address = current->content + current->allocated_size; in AllocateMemoryForTrampoline()424 uptr allocated_space = region->content + region->allocated_size; in AllocateMemoryForTrampoline()425 region->allocated_size += size; in AllocateMemoryForTrampoline()
60 uptr allocated_size = RoundUpTo(sizeof(sanitizer_zone), page_size);61 COMMON_MALLOC_MEMALIGN(page_size, allocated_size);68 mprotect(new_zone, allocated_size, PROT_READ);78 uptr allocated_size = RoundUpTo(sizeof(sanitizer_zone), page_size);79 mprotect(zone, allocated_size, PROT_READ | PROT_WRITE);
661 int allocated_size; variable669 allocated_size = INIT_SIZE; in kmp_stats_event_vector()677 if (internal_size == allocated_size) { in push_back()679 sizeof(kmp_stats_event) * allocated_size * 2); in push_back()684 allocated_size *= 2; in push_back()
359 allocated_size = 0; in deallocate()
36 size_t ParsedAttr::allocated_size() const { in allocated_size() function in ParsedAttr77 size_t size = Attr->allocated_size(); in deallocate()
268 fiov->allocated_size = msize; in fiov_init()282 if (fiov->allocated_size < size || in fiov_adjust()284 fiov->allocated_size - size > fuse_iov_permanent_bufsize && in fiov_adjust()291 fiov->allocated_size = FU_AT_LEAST(size); in fiov_adjust()
78 size_t allocated_size; member
404 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); in RePoisonChunk() local409 uptr chunk_end = chunk + allocated_size; in RePoisonChunk()423 PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic); in RePoisonChunk()1247 uptr allocated_size = instance.AllocationSize(ptr); in __sanitizer_get_allocated_size() local1249 if (allocated_size == 0) { in __sanitizer_get_allocated_size()1253 return allocated_size; in __sanitizer_get_allocated_size()
1483 size_t allocated_size; member1527 MPASS(hdr->size <= hdr->allocated_size); in check_data_usable()1554 return (hdr != NULL && size <= hdr->allocated_size); in is_data_reusable()1565 MPASS(size <= hdr->allocated_size); in set_data_header()1579 hdr->allocated_size = size; in alloc_data()
341 size_t allocated_size() const;