Searched refs:kMaxAllocSize (Results 1 – 3 of 3) sorted by relevance
45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()