Searched refs:Arena (Results 1 – 18 of 18) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | Arena.h | 58 struct Arena { struct 59 Arena* next; // next arena argument 66 Arena first; // first arena in pool list. argument 67 Arena* current; // current arena. 83 Arena *_a = (pool)->current; \ 94 Arena *_a = (pool)->current; \ 122 Arena *_a = (pool)->current; \
|
D | Arena.cpp | 65 static Arena *arena_freelist; 127 Arena *a; in ArenaAllocate() 149 Arena *p = NULL; /* previous pointer, for unlinking from freelist */ in ArenaAllocate() 181 a = (Arena*)fastMalloc(sz); in ArenaAllocate() 202 static void FreeArenaList(ArenaPool *pool, Arena *head, bool reallyFree) in FreeArenaList() 204 Arena **ap, *a; in FreeArenaList()
|
/external/valgrind/main/coregrind/ |
D | m_mallocfree.c | 236 Arena; typedef 325 SizeT overhead_szB_lo ( Arena* a ) in overhead_szB_lo() 330 SizeT overhead_szB_hi ( Arena* a ) in overhead_szB_hi() 335 SizeT overhead_szB ( Arena* a ) in overhead_szB() 345 SizeT min_useful_bszB ( Arena* a ) in min_useful_bszB() 354 SizeT pszB_to_bszB ( Arena* a, SizeT pszB ) in pszB_to_bszB() 359 SizeT bszB_to_pszB ( Arena* a, SizeT bszB ) in bszB_to_pszB() 369 SizeT get_pszB ( Arena* a, Block* b ) in get_pszB() 378 UByte* get_block_payload ( Arena* a, Block* b ) in get_block_payload() 385 Block* get_payload_block ( Arena* a, UByte* payload ) in get_payload_block() [all …]
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 539 platform/Arena.cpp \
|
D | WebCore.pro | 955 platform/Arena.cpp \ 1900 platform/Arena.h \
|
D | CMakeLists.txt | 1048 platform/Arena.cpp
|
D | GNUmakefile.list.am | 2303 Source/WebCore/platform/Arena.cpp \ 2304 Source/WebCore/platform/Arena.h \
|
D | GNUmakefile.am | 2309 Source/WebCore/platform/Arena.cpp \ 2310 Source/WebCore/platform/Arena.h \
|
D | WebCore.gypi | 3538 'platform/Arena.cpp', 3539 'platform/Arena.h',
|
D | ChangeLog-2006-05-10 | 764 * platform/Arena.cpp: 3519 * platform/Arena.cpp: Added <assert.h> to list of includes. 31931 … Move arena.cpp/.h out of khtml/misc and into platform/Arena.cpp/h. Also removed another unused 31939 * platform/Arena.cpp: Added. 31940 * platform/Arena.h: Added.
|
D | ChangeLog-2007-10-14 | 5234 * platform/Arena.cpp: 5235 * platform/Arena.h: 9072 * platform/Arena.cpp: 17604 Disabled Arena recycling in RenderArena. PLT shows no regression 17606 WebKit clients by about 120K (4K per Arena * 30 Arenas). 46561 * platform/Arena.cpp: 64438 * platform/Arena.h:
|
D | ChangeLog-2006-12-31 | 5863 * platform/Arena.h: 44081 * platform/Arena.cpp: 44082 * platform/Arena.h:
|
D | ChangeLog-2009-06-16 | 49707 * platform/Arena.cpp: 97209 * platform/Arena.cpp:
|
D | ChangeLog-2010-05-24 | 16818 …* WebCore/platform/Arena.h: uword is used to cast from pointers here. unsigned long is 32-bit on …
|
D | ChangeLog | 13310 * WebCore.vcproj/WebCore.vcproj: Added DefWndProcWindowClass.{cpp,h}. Moved Arena.cpp out of
|
D | ChangeLog-2008-08-10 | 41017 * platform/Arena.h: Use statement1;statement2 instead of
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 355 episode Deathmatch Arena is composed of special levels that are
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 5358 …BCFB2F76097A2E1A00BA703D /* Arena.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCFB2F74097A2… 5359 …BCFB2F77097A2E1A00BA703D /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFB2F75097A2E1… 11868 …4097A2E1A00BA703D /* Arena.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 11869 …2F75097A2E1A00BA703D /* Arena.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 18666 BCFB2F74097A2E1A00BA703D /* Arena.cpp */, 18667 BCFB2F75097A2E1A00BA703D /* Arena.h */, 19937 BCFB2F77097A2E1A00BA703D /* Arena.h in Headers */, 23332 BCFB2F76097A2E1A00BA703D /* Arena.cpp in Sources */,
|