HomeSort by relevance Sort by last modified time
    Searched defs:Allocate (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/libjingle/overrides/allocator_shim/
allocator_stub.cc 11 void* Allocate(std::size_t n) {
  /external/clang/test/Index/
index-file.cpp 4 template < typename T > *Allocate() { }
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p11.cpp 9 void Allocate(unsigned Alignment
13 void f1(A<int> x) { x.Allocate(); }
  /external/chromium_org/cc/resources/
scoped_resource.cc 18 bool ScopedResource::Allocate(gfx::Size size,
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.cc 23 bool VideoCaptureBufferPool::Allocate() {
  /external/chromium_org/media/video/capture/
video_capture_device_dummy.cc 19 void VideoCaptureDeviceDummy::Allocate(
  /external/chromium_org/third_party/leveldatabase/src/util/
arena.h 21 char* Allocate(size_t bytes);
23 // Allocate memory with the normal alignment guarantees provided by malloc
52 inline char* Arena::Allocate(size_t bytes) {
  /external/chromium_org/courgette/third_party/
paged_array.h 44 bool Allocate(size_t size) {
  /external/chromium_org/skia/ext/
bitmap_platform_device_android.cc 89 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.cc 59 static ATTRIBUTE_NOINLINE void Allocate(int start, int end, int size) {
91 Allocate(0, 40, 100);
110 Allocate(0, 40, 100);
133 Allocate(0, 40, 100);
136 Allocate(0, 40, 100);
137 Allocate(0, 40, 100);
142 Allocate(0, 100, 100000);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-profiler_unittest.cc 59 static ATTRIBUTE_NOINLINE void Allocate(int start, int end, int size) {
91 Allocate(0, 40, 100);
110 Allocate(0, 40, 100);
133 Allocate(0, 40, 100);
136 Allocate(0, 40, 100);
137 Allocate(0, 40, 100);
142 Allocate(0, 100, 100000);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 73 return internal_allocator()->Allocate(&internal_allocator_cache, size, 8,
76 return internal_allocator()->Allocate(cache, size, 8, false);
113 void *LowLevelAllocator::Allocate(uptr size) {
  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 40 /// Allocate - Return a pointer to storage for an object of type
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
46 T *Allocate() { return Base.Allocate(Allocator); }
66 return Allocator.Allocate();
  /external/opencv/
WLNonFileByteStream.cpp 33 void WLNonFileByteStream::Allocate(int data_size)
54 Allocate(data_size);
  /external/chromium/base/win/
scoped_bstr.cc 46 BSTR ScopedBstr::Allocate(const char16* str) {
  /external/chromium_org/base/win/
scoped_bstr.cc 46 BSTR ScopedBstr::Allocate(const char16* str) {
  /external/chromium_org/content/browser/loader/
resource_buffer.cc 90 char* ResourceBuffer::Allocate(int* size) {
114 // It must be possible to allocate a least min_alloc_size_.
  /external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.cc 16 static NPObject* Allocate(NPP npp, NPClass* npclass) {
28 NPThingy::Allocate,
plugin_delete_plugin_in_deallocate_test.cc 19 static NPObject* Allocate(NPP npp, NPClass* npclass) {
49 DeletePluginInDeallocateTestNPObject::Allocate,
  /external/chromium_org/v8/src/
transitions.cc 49 MaybeObject* TransitionArray::Allocate(int number_of_transitions) {
84 maybe_result = Allocate(1);
97 MaybeObject* maybe_result = Allocate(nof);
119 maybe_array = TransitionArray::Allocate(new_size);
  /external/llvm/unittests/Support/
AllocatorTest.cpp 20 int *a = (int*)Alloc.Allocate(sizeof(int), 0);
21 int *b = (int*)Alloc.Allocate(sizeof(int) * 10, 0);
22 int *c = (int*)Alloc.Allocate(sizeof(int), 0);
34 // Allocate enough bytes to create three slabs.
37 Alloc.Allocate(3000, 0);
39 Alloc.Allocate(3000, 0);
41 Alloc.Allocate(3000, 0);
45 // Allocate enough bytes to create two slabs, reset the allocator, and do it
49 Alloc.Allocate(3000, 0);
51 Alloc.Allocate(3000, 0)
    [all...]
  /external/openfst/src/lib/
mapped-file.cc 45 MappedFile* MappedFile::Allocate(size_t size) {
97 MappedFile* mf = Allocate(size);
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_storage_quota_enforcer.cc 29 void Allocate(
96 Allocate(it.key(), it.value(), &used_total_, &used_per_setting_);
142 Allocate(key, value, &new_used_total, &new_used_per_setting);
172 Allocate(it.key(), it.value(), &new_used_total, &new_used_per_setting);
  /external/chromium_org/chrome_frame/
function_stub.cc 38 void* Allocate(size_t size) {
112 reinterpret_cast<FunctionStub*>(heap_.Allocate(sizeof(FunctionStub)));
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 124 void VideoCaptureDeviceAndroid::Allocate(
143 SetErrorState("failed to allocate");
158 DVLOG(1) << "VideoCaptureDeviceAndroid::Allocate: queried width="

Completed in 819 milliseconds

1 2 3 4 5