AllocateBytes      49 base/win/scoped_bstr.h   BSTR AllocateBytes(size_t bytes);
AllocateBytes      54 base/win/scoped_bstr_unittest.cc   EXPECT_TRUE(b2.AllocateBytes(100) != NULL);
AllocateBytes     475 third_party/protobuf/src/google/protobuf/descriptor.cc   void* AllocateBytes(int size);
AllocateBytes     799 third_party/protobuf/src/google/protobuf/descriptor.cc   return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type)));
AllocateBytes     804 third_party/protobuf/src/google/protobuf/descriptor.cc   return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count));
AllocateBytes    1166 third_party/wtl/include/atlapp.h 		return AllocateBytes(nElements * sizeof(T));
AllocateBytes    1169 third_party/wtl/include/atlapp.h 	T* AllocateBytes(size_t nBytes)
AllocateBytes     769 third_party/wtl/include/atldlgs.h 		idlist.AllocateBytes(nBytes);
AllocateBytes     426 third_party/wtl/include/atlprint.h 		DEVMODE* pdm = buff.AllocateBytes(nLen);
AllocateBytes     448 third_party/wtl/include/atlprint.h 		DEVMODE* pdm = buff.AllocateBytes(nLen);