Searched refs:memory (Results 26 - 50 of 1625) sorted by relevance

1234567891011>>

/external/libcxx/test/utilities/memory/util.dynamic.safety/
H A Ddeclare_no_pointers.pass.cpp10 // <memory>
15 #include <memory>
H A Ddeclare_reachable.pass.cpp10 // <memory>
15 #include <memory>
/external/chromium_org/third_party/freetype/src/base/
H A Dftsystem.c21 /* low-level, i.e. memory management, i/o access as well as thread */
58 /* The memory allocation function. */
61 /* memory :: A pointer to the memory object. */
69 ft_alloc( FT_Memory memory, argument
72 FT_UNUSED( memory );
84 /* The memory reallocation function. */
87 /* memory :: A pointer to the memory object. */
89 /* cur_size :: The current size of the allocated memory bloc
99 ft_realloc( FT_Memory memory, long cur_size, long new_size, void* block ) argument
125 ft_free( FT_Memory memory, void* block ) argument
289 FT_Memory memory; local
[all...]
/external/freetype/src/base/
H A Dftsystem.c21 /* low-level, i.e. memory management, i/o access as well as thread */
58 /* The memory allocation function. */
61 /* memory :: A pointer to the memory object. */
69 ft_alloc( FT_Memory memory, argument
72 FT_UNUSED( memory );
84 /* The memory reallocation function. */
87 /* memory :: A pointer to the memory object. */
89 /* cur_size :: The current size of the allocated memory bloc
99 ft_realloc( FT_Memory memory, long cur_size, long new_size, void* block ) argument
125 ft_free( FT_Memory memory, void* block ) argument
289 FT_Memory memory; local
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Dmemory.py5 from measurements import memory namespace
12 test = memory.Memory
18 test = memory.Memory
25 test = memory.Memory
31 test = memory.Memory
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Dmemory_pool_posix.h26 int32_t PopMemory(MemoryType*& memory);
27 int32_t PushMemory(MemoryType*& memory);
63 // Trigger assert if there is outstanding memory.
70 int32_t MemoryPoolImpl<MemoryType>::PopMemory(MemoryType*& memory) argument
75 memory = NULL;
79 // _memoryPool empty create new memory.
83 memory = NULL;
87 memory = _memoryPool.front();
94 int32_t MemoryPoolImpl<MemoryType>::PushMemory(MemoryType*& memory) argument
96 if(memory
132 MemoryType* memory = _memoryPool.front(); local
146 MemoryType* memory = new MemoryType(); local
[all...]
/external/chromium_org/base/memory/
H A Ddiscardable_memory_linux.cc5 #include "base/memory/discardable_memory.h"
8 #include "base/memory/discardable_memory_emulated.h"
9 #include "base/memory/discardable_memory_malloc.h"
37 scoped_ptr<internal::DiscardableMemoryEmulated> memory(
39 if (!memory->Initialize())
42 return memory.PassAs<DiscardableMemory>();
45 scoped_ptr<internal::DiscardableMemoryMalloc> memory(
47 if (!memory->Initialize())
50 return memory.PassAs<DiscardableMemory>();
H A Ddiscardable_memory_win.cc5 #include "base/memory/discardable_memory.h"
8 #include "base/memory/discardable_memory_emulated.h"
9 #include "base/memory/discardable_memory_malloc.h"
37 scoped_ptr<internal::DiscardableMemoryEmulated> memory(
39 if (!memory->Initialize())
42 return memory.PassAs<DiscardableMemory>();
45 scoped_ptr<internal::DiscardableMemoryMalloc> memory(
47 if (!memory->Initialize())
50 return memory.PassAs<DiscardableMemory>();
/external/chromium_org/mojo/services/gles2/
H A Dmojo_buffer_backing.cc13 void* memory,
15 : handle_(handle.Pass()), memory_(memory), size_(size) {}
23 void* memory = NULL; local
25 handle.get(), 0, size, &memory, MOJO_MAP_BUFFER_FLAG_NONE);
28 DCHECK(memory);
30 new MojoBufferBacking(handle.Pass(), memory, size));
12 MojoBufferBacking(mojo::ScopedSharedBufferHandle handle, void* memory, size_t size) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftsystem.c22 /* low-level, i.e. memory management, i/o access as well as thread */
66 /** Free previously allocated memory */
78 /* The memory allocation function. */
81 /* memory :: A pointer to the memory object. */
89 ft_alloc( FT_Memory memory, argument
92 FT_UNUSED( memory );
103 ft_allocdebug( FT_Memory memory, argument
106 FT_UNUSED( memory );
118 /* The memory reallocatio
133 ft_realloc( FT_Memory memory, long cur_size, long new_size, void* block ) argument
163 ft_free( FT_Memory memory, void* block ) argument
339 FT_Memory memory; local
[all...]
/external/libcxx/test/utilities/memory/pointer.traits/
H A Ddifference_type.pass.cpp10 // <memory>
19 #include <memory>
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/
H A Dincomplete.fail.cpp10 // <memory>
16 #include <memory>
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/
H A Dincomplete.fail.cpp10 // <memory>
16 #include <memory>
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
H A Ddefault01.fail.cpp10 // <memory>
18 #include <memory>
H A Dpointer01.fail.cpp10 // <memory>
18 #include <memory>
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/
H A Dget.pass.cpp10 // <memory>
16 #include <memory>
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Ddefault01.fail.cpp10 // <memory>
16 #include <memory>
H A Dpointer01.fail.cpp10 // <memory>
16 #include <memory>
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A Dreset_self.pass.cpp10 // <memory>
16 #include <memory>
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
H A Dget.pass.cpp10 // <memory>
16 #include <memory>
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dtypes.pass.cpp10 // <memory>
19 #include <memory>
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Ddefault.pass.cpp10 // <memory>
14 #include <memory>
H A Dnullptr_t.pass.cpp10 // <memory>
14 #include <memory>
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
H A Ddereference.pass.cpp10 // <memory>
16 #include <memory>
H A Dop_bool.pass.cpp10 // <memory>
16 #include <memory>

Completed in 352 milliseconds

1234567891011>>