Searched defs:new (Results 76 - 100 of 368) sorted by relevance

1234567891011>>

/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dunique_ptr.pass.cpp15 #include <new>
21 void* operator new(std::size_t s) throw(std::bad_alloc)
59 std::unique_ptr<A> ptr(new A);
70 std::unique_ptr<A> ptr(new A);
/external/lzma/CPP/Common/
H A DNewHandler.cpp18 operator new(size_t size)
50 void * __cdecl operator new(size_t size)
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c104 struct nouveau_heap *new = r->next; local
106 new->prev = r->prev;
108 r->prev->next = new;
109 new->size += r->size;
110 new->start = r->start;
113 r = new;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c37 struct rc_list * new = memory_pool_malloc(pool, sizeof(struct rc_list)); local
38 new->Item = item;
39 new->Next = NULL;
40 new->Prev = NULL;
42 return new;
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.h29 #include <new>
54 /* Callers of this ralloc-based new need not call delete. It's
56 static void* operator new(size_t size, void *ctx)
/external/valgrind/main/memcheck/tests/
H A Dnew_override.cpp9 void *operator new[](size_t size)
22 toto = new Test[2];
/external/valgrind/main/none/tests/s390x/
H A Dlpr.c4 int lpr(int org, int *new) argument
13 *new = _new;
17 int lpgr(unsigned long org, unsigned long *new) argument
27 *new = _new;
31 int lpgfr(unsigned long org, unsigned long *new) argument
41 *new = _new;
52 printf("new: %d cc: %d\n", n, cc);
62 printf("new: %ld cc: %d\n", n, cc);
72 printf("new: %ld cc: %d\n", n, cc);
/external/chromium_org/base/allocator/
H A Dgeneric_allocators.cc6 // low-level functions malloc() and free(). This way, including a new
27 void* operator new(size_t size) {
35 void* operator new[](size_t size) {
43 void* operator new(size_t size, const std::nothrow_t& nt) {
51 void* operator new[](size_t size, const std::nothrow_t& nt) {
61 // If flag is 1, calls to malloc will behave like calls to new,
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DCString.h46 void* operator new(size_t, void* ptr) { return ptr; };
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h55 static void* operator new(size_t size, void *ctx)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-aranges.c84 int new; local
92 2*dbgfmt_dwarf2->sizeof_address, 0, 0, &new,
/external/chromium_org/v8/src/
H A Dallocation.h18 // Superclass for classes managed with new & delete.
21 void* operator new(size_t size) { return New(size); }
32 // superclass. The macro prevents the use of new & delete in debug mode.
40 void* operator new(size_t size);
53 void* operator new(size_t size);
61 T* result = new T[size];
74 // and StrNDup uses new and calls the FatalProcessOutOfMemory handler
/external/libcxx/test/containers/sequences/list/list.modifiers/
H A Dinsert_iter_iter_iter.pass.cpp28 void* operator new(std::size_t s) throw(std::bad_alloc)
/external/libcxx/test/localization/locales/locale/locale.members/
H A Dcombine.pass.cpp15 #include <new>
20 void* operator new(std::size_t s) throw(std::bad_alloc)
82 std::locale loc2(loc, new my_facet);
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF.pass.cpp17 #include <new>
23 void* operator new(std::size_t s) throw(std::bad_alloc)
H A DF_assign.pass.cpp20 #include <new>
26 void* operator new(std::size_t s) throw(std::bad_alloc)
H A Dalloc_function.pass.cpp17 #include <new>
25 void* operator new(std::size_t s) throw(std::bad_alloc)
H A Dcopy.pass.cpp17 #include <new>
23 void* operator new(std::size_t s) throw(std::bad_alloc)
H A Dcopy_assign.pass.cpp17 #include <new>
23 void* operator new(std::size_t s) throw(std::bad_alloc)
H A Dnullptr_t_assign.pass.cpp17 #include <new>
23 void* operator new(std::size_t s) throw(std::bad_alloc)
/external/llvm/include/llvm/IR/
H A DGlobalAlias.h41 void *operator new(size_t s) {
42 return User::operator new(s, 1);
/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h63 inline void *operator new(size_t size,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h55 static void* operator new(size_t size, void *ctx)
/external/chromium_org/v8/test/webkit/fast/js/
H A DObject-getOwnPropertyNames.js38 "new Function()": "['arguments', 'caller', 'length', 'name', 'prototype']",
39 "(function(){var x=new Function();x.__proto__=[1,2,3];return x;})()": "['arguments', 'caller', 'length', 'name', 'prototype']",
41 "new String('')": "['length']",
42 "new String('a')": "['0', 'length']",
43 "new String('abc')": "['0', '1', '2', 'length']",
44 "(function(){var x=new String('');x.__proto__=[1,2,3];return x;})()": "['length']",
52 "new Date()": "[]",
53 "(function(){var x=new Date();x.__proto__=[1,2,3];return x;})()": "[]",
55 "new RegExp('foo')": "['global', 'ignoreCase', 'lastIndex', 'multiline', 'source']",
56 "(function(){var x=new RegEx
[all...]
/external/blktrace/
H A Drbtree.c368 void rb_replace_node(struct rb_node *victim, struct rb_node *new, argument
376 parent->rb_left = new;
378 parent->rb_right = new;
380 root->rb_node = new;
383 rb_set_parent(victim->rb_left, new);
385 rb_set_parent(victim->rb_right, new);
388 *new = *victim;

Completed in 721 milliseconds

1234567891011>>