Home
last modified time | relevance | path

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

12

/external/webkit/JavaScriptCore/jit/
DExecutableAllocatorWin.cpp48 ExecutablePool::Allocation alloc = {reinterpret_cast<char*>(allocation), n}; in systemAlloc() local
52 void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc) in systemRelease()
DExecutableAllocatorSymbian.cpp59 ExecutablePool::Allocation alloc = { allocation, n, codeChunk }; in systemAlloc() local
63 void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc) in systemRelease()
DExecutableAllocatorPosix.cpp50 ExecutablePool::Allocation alloc = { reinterpret_cast<char*>(allocation), n }; in systemAlloc() local
54 void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc) in systemRelease()
DExecutableAllocatorFixedVMPool.cpp310 void* alloc(size_t size) in alloc() function in JSC::FixedVMPoolAllocator
433 ExecutablePool::Allocation alloc = {reinterpret_cast<char*>(allocator->alloc(size)), size}; in systemAlloc() local
/external/webkit/WebKit/gtk/tests/
Dtestatk.c215 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset_forms() local
246 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset() local
277 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset_newlines() local
308 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset_textarea() local
341 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset_text_input() local
377 GtkAllocation alloc = { 0, 0, 800, 600 }; in testWebkitAtkGetTextInParagraphAndBodySimple() local
421 GtkAllocation alloc = { 0, 0, 800, 600 }; in testWebkitAtkGetTextInParagraphAndBodyModerate() local
/external/libvpx/vpx_mem/memory_manager/
Dhmm_alloc.c18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) in U() argument
/external/webkit/JavaScriptCore/API/
DJSStringRefCF.cpp54 CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string) in JSStringCopyCFString()
/external/qemu/elff/
Delf_alloc.cc34 void* ElfAllocator::alloc(size_t size) { in alloc() function in ElfAllocator
/external/grub/stage2/
Dvstafs.h43 struct alloc struct
55 struct alloc fs_freesecs[0]; argument
/external/skia/include/core/
DSkMaskFilter.h85 SkAutoMaskImage(SkMask* mask, bool alloc) in SkAutoMaskImage()
/external/kernel-headers/original/linux/
Dmempool.h21 mempool_alloc_t *alloc; member
/external/skia/src/ports/
DSkImageRef_ashmem.cpp126 AshmemAllocator alloc(&fRec, this->getURI()); in onDecode() local
/external/bluetooth/glib/gio/xdgmime/
Dxdgmimealias.c125 int alloc; in _xdg_mime_alias_read_from_file() local
Dxdgmimeicon.c124 int alloc; in _xdg_mime_icon_read_from_file() local
Dxdgmimeparent.c130 int i, alloc; in _xdg_mime_parent_read_from_file() local
/external/chromium/base/third_party/xdg_mime/
Dxdgmimealias.c125 int alloc; in _xdg_mime_alias_read_from_file() local
Dxdgmimeicon.c124 int alloc; in _xdg_mime_icon_read_from_file() local
Dxdgmimeparent.c130 int i, alloc; in _xdg_mime_parent_read_from_file() local
/external/skia/src/core/
DSkEdgeBuilder.cpp10 template <typename T> static T* typedAllocThrow(SkChunkAlloc& alloc) { in typedAllocThrow()
DSkChunkAlloc.cpp103 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { in alloc() function in SkChunkAlloc
DSkWriter32.cpp12 uint32_t* alloc(size_t size) in alloc() function
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTreePasteboard.m85 {
/external/freetype/src/raster/
Dftmisc.h76 FT_Alloc_Func alloc; member
/external/freetype/include/freetype/
Dftsystem.h174 FT_Alloc_Func alloc; member
/external/webkit/JavaScriptCore/wtf/
DSegmentedVector.h152 T& alloc() in alloc() function

12