OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unsplittable
(Results
1 - 9
of
9
) sorted by null
/external/valgrind/main/coregrind/
m_mallocfree.c
157
// '
unsplittable
' is set to NULL if superblock can be splitted, otherwise
158
// it is set to the address of the superblock. An
unsplittable
superblock
159
// will contain only one allocated block. An
unsplittable
superblock will
161
// The free space at the end of an
unsplittable
superblock is not used to
162
// make a free block. Note that this means that an
unsplittable
superblock can
165
// '
unsplittable
' is used to avoid quadratic memory usage for linear
168
// ???
unsplittable
replaces 'void *padding2'. Choosed this
182
struct _Superblock*
unsplittable
;
member in struct:_Superblock
199
// Minimum
unsplittable
superblock size in bytes. To be marked as
200
//
unsplittable
, a superblock must have a
763
Bool
unsplittable
;
local
[
all
...]
/external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp
97
// Special case empty
unsplittable
elements because there's nothing to split
ApplyStyleCommand.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SROA.cpp
665
// are considered
unsplittable
and the size is the maximum loaded or stored
769
/// - The number of partitions is a result of the number
unsplittable
774
/// of
unsplittable
uses and M are the number of splittable. This visitor does
[
all
...]
/external/llvm/test/Transforms/LCSSA/
indirectbr.ll
6
; (and btw these edges are
unsplittable
due to the indirectbr).
/external/webkit/Source/WebCore/rendering/
RenderBlock.h
[
all
...]
RenderBlock.cpp
[
all
...]
/frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_passed.txt
[
all
...]
/external/webkit/Source/WebCore/
ChangeLog-2010-05-24
[
all
...]
Completed in 491 milliseconds