allocate 99 base/containers/stack_container.h pointer allocate(size_type n, void* hint = 0) { allocate 105 base/containers/stack_container.h return std::allocator<T>::allocate(n, hint); allocate 1946 cc/resources/resource_provider.cc bool allocate = !resource->allocated; allocate 1963 cc/resources/resource_provider.cc if (allocate) { allocate 41 chrome_elf/blacklist/blacklist.cc __declspec(allocate(".crthunk")) sandbox::ThunkData g_thunk_storage; allocate 72 chrome_elf/blacklist/blacklist.cc __declspec(allocate(".oldntmap")) allocate 23 chrome_elf/ntdll_cache.cc __declspec(allocate(".crthunk")) sandbox::ThunkData g_nt_thunk_storage; allocate 157 content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java return getConnectionAllocator(inSandbox).allocate(context, deathCallback, allocate 181 courgette/memory_allocator.h pointer allocate(size_type count) { allocate 211 courgette/memory_allocator.h pointer allocate(size_type count, const void* hint) { allocate 212 courgette/memory_allocator.h return allocate(count); allocate 267 courgette/memory_allocator.h pointer allocate(size_type count) { allocate 274 courgette/memory_allocator.h pointer allocate(size_type count, const void* hint) { allocate 275 courgette/memory_allocator.h return allocate(count); allocate 336 courgette/memory_allocator.h T* new_buffer = alloc_.allocate(size); allocate 116 media/base/android/java/src/org/chromium/media/UsbMidiDeviceAndroid.java ByteBuffer buffer = ByteBuffer.allocate(endpoint.getMaxPacketSize()); allocate 80 native_client_sdk/src/libraries/third_party/pthreads-win32/autostatic.c __declspec(allocate(".CRT$XCU")) static int (*msc_ctor)(void) = on_process_init; allocate 81 native_client_sdk/src/libraries/third_party/pthreads-win32/autostatic.c __declspec(allocate(".CRT$XPU")) static int (*msc_dtor)(void) = on_process_exit; allocate 187 net/cronet/android/java/src/org/chromium/net/UrlRequest.java ByteBuffer checkForEnd = ByteBuffer.allocate(1); allocate 176 third_party/jsoncpp/overrides/include/json/value.h CZString( const char *cstr, DuplicationPolicy allocate ); allocate 192 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::CZString::CZString( const char *cstr, DuplicationPolicy allocate ) allocate 193 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp : cstr_( allocate == duplicate ? duplicateStringValue(cstr) allocate 195 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp , index_( allocate ) allocate 302 third_party/npapi/bindings/npruntime.h NPAllocateFunctionPtr allocate; allocate 324 third_party/npapi/npspy/extern/plugin/npruntime.h NPAllocateFunctionPtr allocate; allocate 1038 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java final CharBuffer buffer = CharBuffer.allocate(BUFFER_SIZE); allocate 112 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length); allocate 122 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteBuffer byteBuffer = ByteBuffer.allocate(bytes.length); allocate 203 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java ByteBuffer myBuffer = ByteBuffer.allocate(referenceBytes.length); allocate 81 third_party/tcmalloc/chromium/src/base/stl_allocator.h pointer allocate(size_type n, const void* = 0) { allocate 790 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc typename Alloc::pointer p = allocator.allocate(i*3+1); allocate 159 third_party/tcmalloc/chromium/src/windows/port.cc _declspec(allocate(".CRT$XLY")) \ allocate 163 third_party/tcmalloc/chromium/src/windows/port.cc _declspec(allocate(".CRT$XTU")) \ allocate 81 third_party/tcmalloc/vendor/src/base/stl_allocator.h pointer allocate(size_type n, const void* = 0) { allocate 790 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc typename Alloc::pointer p = allocator.allocate(i*3+1); allocate 37 tools/memory_watcher/memory_hook.h pointer allocate(size_type n, const void * = 0) {