HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 1 - 25 of 611) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
objc_import.h 4 + alloc; variable
objc_methods.h 4 + alloc; variable
objc_property.h 8 + alloc;
method_pool.h 16 + alloc; variable
25 + alloc { return 0; }
  /external/clang/test/PCH/Inputs/
typo.h 4 + (id)alloc;
  /system/extras/ext4_utils/
allocate.h 31 int block_allocation_num_regions(struct block_allocation *alloc);
32 int block_allocation_len(struct block_allocation *alloc);
34 void reduce_allocation(struct block_allocation *alloc, u32 len);
35 u32 get_block(struct block_allocation *alloc, u32 block);
36 u32 get_oob_block(struct block_allocation *alloc, u32 block);
37 void get_next_region(struct block_allocation *alloc);
38 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
46 void free_alloc(struct block_allocation *alloc);
47 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
48 int advance_blocks(struct block_allocation *alloc, int blocks)
    [all...]
indirect.c 29 static u8 *create_backing(struct block_allocation *alloc,
40 for (; alloc != NULL && backing_len > 0; get_next_region(alloc)) {
44 get_region(alloc, &region_block, &region_len);
56 static void reserve_indirect_block(struct block_allocation *alloc, int len)
58 if (reserve_oob_blocks(alloc, 1)) {
63 if (advance_blocks(alloc, len)) {
69 static void reserve_dindirect_block(struct block_allocation *alloc, int len)
71 if (reserve_oob_blocks(alloc, 1)) {
79 reserve_indirect_block(alloc, ind_block_len)
388 struct block_allocation *alloc = allocate_blocks(block_len + indirect_len); local
401 struct block_allocation *alloc; local
486 struct block_allocation *alloc; local
    [all...]
extent.c 29 static u8 *extent_create_backing(struct block_allocation *alloc,
37 for (; alloc != NULL && backing_len > 0; get_next_region(alloc)) {
41 get_region(alloc, &region_block, &region_len);
55 static void extent_create_backing_file(struct block_allocation *alloc,
59 for (; alloc != NULL && backing_len > 0; get_next_region(alloc)) {
63 get_region(alloc, &region_block, &region_len);
77 struct block_allocation *alloc = allocate_blocks(block_len + 1); local
83 if (alloc == NULL)
181 struct block_allocation *alloc; local
206 struct block_allocation *alloc; local
222 struct block_allocation *alloc; local
    [all...]
indirect.h 26 struct block_allocation *alloc);
  /frameworks/base/libs/rs/driver/
rsdAllocation.cpp 76 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr,
79 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
85 if (alloc->mHal.state.hasFaces) {
92 static void Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) {
93 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
99 if (alloc->mHal.state.hasFaces) {
105 for (uint32_t lod = 0; lod < alloc->mHal.state.type->getLODCount(); lod++) {
107 p += alloc->mHal.state.type->getLODFaceOffset(lod, (RsAllocationCubemapFace)face, 0, 0);
110 if (alloc->mHal.state.hasFaces) {
116 alloc->mHal.state.type->getLODDimX(lod)
    [all...]
  /external/dropbear/libtommath/
bn_mp_grow.c 24 /* if the alloc size is smaller alloc more ram */
25 if (a->alloc < size) {
45 i = a->alloc;
46 a->alloc = size;
47 for (; i < a->alloc; i++) {
bn_mp_clear.c 28 len = a->alloc;
39 a->alloc = a->used = 0;
bn_mp_shrink.c 22 if (a->alloc != a->used && a->used > 0) {
27 a->alloc = a->used;
  /external/webkit/Source/WebCore/platform/mac/
AutodrainedPool.mm 37 , m_pool([[NSAutoreleasePool alloc] init])
50 m_pool = [[NSAutoreleasePool alloc] init];
  /bootable/bootloader/legacy/libc/
malloc.c 33 void *alloc(unsigned sz) function
47 return alloc(sz);
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLRequestCF.cpp 41 CFURLRequestRef WKURLRequestCopyCFURLRequest(CFAllocatorRef alloc, WKURLRequestRef urlRequest)
43 return CFURLRequestCreateCopy(alloc, toImpl(urlRequest)->platformRequest());
WKURLResponseCF.cpp 44 CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse)
53 return CFURLResponseCreateCopy(alloc, toImpl(urlResponse)->platformResponse());
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 2 Command: ./alloc-fns
48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
49 ->44.44% (1,600B) 0x........: d4 (alloc-fns.c:18)
50 | ->33.33% (1,200B) 0x........: d3 (alloc-fns.c:19)
51 | | ->22.22% (800B) 0x........: d2 (alloc-fns.c:20)
52 | | | ->11.11% (400B) 0x........: d1 (alloc-fns.c:21)
53 | | | | ->11.11% (400B) 0x........: main (alloc-fns.c:30)
55 | | | ->11.11% (400B) 0x........: main (alloc-fns.c:31)
57 | | ->11.11% (400B) 0x........: main (alloc-fns.c:32)
59 | ->11.11% (400B) 0x........: main (alloc-fns.c:33
    [all...]
alloc-fns-B.post.exp 2 Command: ./alloc-fns
3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --alloc-fn=a4 --alloc-fn=b4 --alloc-fn=b3 --alloc-fn=c4 --alloc-fn=c3 --alloc-fn=c2 --alloc-fn=d4 --alloc-fn=d3 --alloc-fn=d2 --alloc-fn=d1 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time (…)
    [all...]
  /external/grub/stage2/
vstafs.h 43 struct alloc struct
55 struct alloc fs_freesecs[0];
76 struct alloc blocks[32];
  /external/skia/gpu/include/
GrAllocPool.h 29 * Frees all blocks that have been allocated with alloc().
38 void* alloc(size_t bytes);
64 T* alloc() { return (T*)fPool.alloc(sizeof(T)); } function in class:GrTAllocPool
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 11 +alloc;
  /external/webkit/Source/JavaScriptCore/API/
JSStringRefCF.h 50 @param alloc The alloc parameter to pass to CFStringCreate.
54 JS_EXPORT CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string);
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 24 alloc(m_bufferLen);
32 void * alloc(size_t size) { function in class:FixedBuffer
  /external/collada/include/dae/
daeMemorySystem.h 29 static DLLSPEC daeRawRef alloc(daeString pool, size_t n);
48 inline void* operator new(size_t size) { return daeMemorySystem::alloc("meta", size); } \

Completed in 654 milliseconds

1 2 3 4 5 6 7 8 91011>>