Searched defs:allocation_size (Results 1 – 12 of 12) sorted by relevance
56 void* operator new(size_t allocation_size) { in operator new()61 void operator delete(void* block, size_t allocation_size) { in operator delete()
22 long allocation_size = atoi(argv[2]); in main() local
38 PLARGE_INTEGER allocation_size; member58 PLARGE_INTEGER allocation_size, in FakeNtCreateFile()133 PLARGE_INTEGER allocation_size, in HandleCreateFileCall()170 PLARGE_INTEGER allocation_size, in SetParams()
53 size_t allocation_size = size + (alignment - 1) + sizeof(void*); in win_heap_memalign() local
165 int allocation_size = alloc_sizes_.front(); in RecycleLeastRecentlyAllocated() local
56 void* operator new(size_t allocation_size) { in operator new()
27 unsigned allocation_size() const { return total_size_; } in allocation_size() function
66 inline unsigned allocation_size() const { return allocation_size_; } in allocation_size() function
22 PLARGE_INTEGER allocation_size, in TargetNtCreateFile()
77 PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, in TargetNtCreateFile64()
244 size_t allocation_size; in Malloc() local
1953 int allocation_size = object_size; in SemiSpaceCopyObject() local1993 int allocation_size = object_size; in PromoteObject() local