Home
last modified time | relevance | path

Searched refs:Arena (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/
DArena.h58 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; \
DArena.cpp65 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/
Dm_mallocfree.c236 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/
DAndroid.mk539 platform/Arena.cpp \
DWebCore.pro955 platform/Arena.cpp \
1900 platform/Arena.h \
DCMakeLists.txt1048 platform/Arena.cpp
DGNUmakefile.list.am2303 Source/WebCore/platform/Arena.cpp \
2304 Source/WebCore/platform/Arena.h \
DGNUmakefile.am2309 Source/WebCore/platform/Arena.cpp \
2310 Source/WebCore/platform/Arena.h \
DWebCore.gypi3538 'platform/Arena.cpp',
3539 'platform/Arena.h',
DChangeLog-2006-05-10764 * 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.
DChangeLog-2007-10-145234 * 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:
DChangeLog-2006-12-315863 * platform/Arena.h:
44081 * platform/Arena.cpp:
44082 * platform/Arena.h:
DChangeLog-2009-06-1649707 * platform/Arena.cpp:
97209 * platform/Arena.cpp:
DChangeLog-2010-05-2416818 …* WebCore/platform/Arena.h: uword is used to cast from pointers here. unsigned long is 32-bit on …
DChangeLog13310 * WebCore.vcproj/WebCore.vcproj: Added DefWndProcWindowClass.{cpp,h}. Moved Arena.cpp out of
DChangeLog-2008-08-1041017 * platform/Arena.h: Use statement1;statement2 instead of
/external/quake/quake/src/WinQuake/data/
DMANUAL.TXT355 episode Deathmatch Arena is composed of special levels that are
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5358 …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 */,