OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocateBytes
(Results
1 - 6
of
6
) sorted by null
/external/chromium/base/win/
scoped_bstr.cc
51
BSTR ScopedBstr::
AllocateBytes
(size_t bytes) {
/external/chromium_org/base/win/
scoped_bstr.cc
51
BSTR ScopedBstr::
AllocateBytes
(size_t bytes) {
/external/protobuf/src/google/protobuf/
descriptor.cc
416
void*
AllocateBytes
(int size);
707
return reinterpret_cast<Type*>(
AllocateBytes
(sizeof(Type)));
712
return reinterpret_cast<Type*>(
AllocateBytes
(sizeof(Type) * count));
734
void* DescriptorPool::Tables::
AllocateBytes
(int size) {
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc
477
void*
AllocateBytes
(int size);
801
return reinterpret_cast<Type*>(
AllocateBytes
(sizeof(Type)));
806
return reinterpret_cast<Type*>(
AllocateBytes
(sizeof(Type) * count));
828
void* DescriptorPool::Tables::
AllocateBytes
(int size) {
[
all
...]
/external/v8/src/
spaces.h
[
all
...]
/external/chromium_org/v8/src/
spaces.h
[
all
...]
Completed in 690 milliseconds