Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_function.pass.cpp29 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
53 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
75 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
97 void test_for_alloc(Alloc& alloc) in test_for_alloc()
118 bare_allocator<DummyClass> alloc; in main() local
122 non_default_test_allocator<DummyClass> alloc(42); in main() local
Dalloc_F.pass.cpp41 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
61 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
78 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
94 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
/external/mesa3d/src/util/
Dvk_alloc.h32 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc()
40 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc()
48 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free()
58 const VkAllocationCallbacks *alloc, in vk_alloc2()
70 const VkAllocationCallbacks *alloc, in vk_zalloc2()
85 const VkAllocationCallbacks *alloc, in vk_free2()
/external/clang/test/SemaObjC/
Dclass-message-protocol-lookup.m7 + (id)alloc; class
15 + (id)alloc; class
25 + (id)alloc { return 0; } class
Darc-unsafe-assigns.m12 + (id)alloc; class
21 +(id)alloc { return 0; } class
/external/skia/src/gpu/vk/
DGrVkMemory.cpp61 GrVkAlloc* alloc) { in AllocAndBindBufferMemory()
125 const GrVkAlloc& alloc) { in FreeBufferMemory()
145 GrVkAlloc* alloc) { in AllocAndBindImageMemory()
218 const GrVkAlloc& alloc) { in FreeImageMemory()
289 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in FlushMappedAlloc()
302 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in InvalidateMappedAlloc()
315 bool GrVkFreeListAlloc::alloc(VkDeviceSize requestedSize, in alloc() function in GrVkFreeListAlloc
502 bool GrVkSubHeap::alloc(VkDeviceSize size, GrVkAlloc* alloc) { in alloc() function in GrVkSubHeap
507 void GrVkSubHeap::free(const GrVkAlloc& alloc) { in free()
514 uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) { in subAlloc()
[all …]
/external/v8/src/
Dlist-inl.h19 void List<T, P>::Add(const T& element, P alloc) { in Add()
29 void List<T, P>::AddAll(const List<T, P>& other, P alloc) { in AddAll()
35 void List<T, P>::AddAll(const Vector<T>& other, P alloc) { in AddAll()
50 void List<T, P>::ResizeAdd(const T& element, P alloc) { in ResizeAdd()
56 void List<T, P>::ResizeAddInternal(const T& element, P alloc) { in ResizeAddInternal()
70 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize()
81 Vector<T> List<T, P>::AddBlock(T value, int count, P alloc) { in AddBlock()
96 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { in InsertAt()
163 void List<T, P>::Trim(P alloc) { in Trim()
/external/lzma/C/
D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) in Buf_Create()
31 void Buf_Free(CBuf *p, ISzAlloc *alloc) in Buf_Free()
D7zBuf2.c22 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) in DynBuf_Write()
45 void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) in DynBuf_Free()
DXzDec.c69 static void BraState_Free(void *pp, ISzAlloc *alloc) in BraState_Free()
74 static SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in BraState_SetProps()
200 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAlloc *alloc) in BraState_SetFromMethod()
229 static void SbState_Free(void *pp, ISzAlloc *alloc) in SbState_Free()
236 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in SbState_SetProps()
267 SRes SbState_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in SbState_SetFromMethod()
287 static void Lzma2State_Free(void *pp, ISzAlloc *alloc) in Lzma2State_Free()
293 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in Lzma2State_SetProps()
316 static SRes Lzma2State_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in Lzma2State_SetFromMethod()
331 void MixCoder_Construct(CMixCoder *p, ISzAlloc *alloc) in MixCoder_Construct()
[all …]
DXzIn.c73 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAlloc *alloc) in Xz_ReadIndex2()
118 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc) in Xz_ReadIndex()
145 …atic SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAlloc *alloc) in Xz_ReadBackward()
241 void Xzs_Free(CXzs *p, ISzAlloc *alloc) in Xzs_Free()
280 …d(CXzs *p, ILookInStream *stream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc) in Xzs_ReadBackward()
DLzma2Dec.h26 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc); argument
27 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc); argument
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m51 + (id)alloc; class
60 +(id) alloc { class
/external/libcxx/test/std/containers/sequences/vector.bool/
Dconstruct_iter_iter_alloc.pass.cpp40 std::allocator<bool> alloc; in main() local
49 min_allocator<bool> alloc; in main() local
/external/skia/src/core/
DSkDrawLooper.cpp17 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local
40 SkSTArenaAlloc<48> alloc; in computeFastBounds() local
DSkRasterPipeline.cpp11 SkRasterPipeline::SkRasterPipeline(SkArenaAlloc* alloc) : fAlloc(alloc) { in SkRasterPipeline()
79 void SkRasterPipeline::append_uniform_color(SkArenaAlloc* alloc, const SkPM4f& c) { in append_uniform_color()
126 void SkRasterPipeline::append_matrix(SkArenaAlloc* alloc, const SkMatrix& matrix) { in append_matrix()
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter_alloc.pass.cpp56 std::allocator<int> alloc; in main() local
67 min_allocator<int> alloc; in main() local
/external/mesa3d/src/intel/vulkan/
Danv_wsi_x11.c68 const VkAllocationCallbacks *alloc; in anv_CreateXcbSurfaceKHR() local
86 const VkAllocationCallbacks *alloc; in anv_CreateXlibSurfaceKHR() local
/external/mesa3d/src/amd/vulkan/
Dradv_wsi_x11.c72 const VkAllocationCallbacks *alloc; in radv_CreateXcbSurfaceKHR() local
90 const VkAllocationCallbacks *alloc; in radv_CreateXlibSurfaceKHR() local
/external/clang/test/Index/
Dcomplete-objc-message-id.m5 + (id)alloc; class
30 + (id)alloc { class
/external/skia/tests/
DLayerDrawLooperTest.cpp61 SkArenaAlloc alloc{48}; in test_frontToBack() local
100 SkArenaAlloc alloc{48}; in test_backToFront() local
139 SkArenaAlloc alloc{48}; in test_mixed() local
/external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp38 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { in check_allocator()
44 void test ( const std::initializer_list<T> &vals, const Allocator &alloc ) { in test()
/external/clang/test/ARCMT/whitelisted/
Dobjcmt-with-whitelist.m8 + (id)alloc; class
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm8 + (id)alloc; class
21 - (id)alloc; method
/external/clang/test/Analysis/diagnostics/
Dundef-value-param.m8 +(id)alloc; class
24 + (id)alloc; class

12345678910>>...15