Searched
full:allocation (Results
1351 -
1375 of
3591) sorted by null
<<51525354555657585960>>
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_strstream.h | 85 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
strstream | 101 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
extptr_allocator.h | 48 * pointer type. (See ext/pointer.h) Memory allocation in this example
|
rc_string_base.h | 58 * requires only one allocation. All the ugliness is confined 61 * __rc_string_base::_M_rep(); and the allocation function which gets a 372 // growing each allocation size by only 1 char. Additionally, 383 // overhead per memory allocation (in practice seen N * sizeof
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_strstream.h | 85 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
strstream | 101 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
extptr_allocator.h | 48 * pointer type. (See ext/pointer.h) Memory allocation in this example
|
rc_string_base.h | 58 * requires only one allocation. All the ugliness is confined 61 * __rc_string_base::_M_rep(); and the allocation function which gets a 372 // growing each allocation size by only 1 char. Additionally, 383 // overhead per memory allocation (in practice seen N * sizeof
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_strstream.h | 85 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
strstream | 101 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
extptr_allocator.h | 48 * pointer type. (See ext/pointer.h) Memory allocation in this example
|
rc_string_base.h | 58 * requires only one allocation. All the ugliness is confined 61 * __rc_string_base::_M_rep(); and the allocation function which gets a 372 // growing each allocation size by only 1 char. Additionally, 383 // overhead per memory allocation (in practice seen N * sizeof
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
strstream | 109 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
extptr_allocator.h | 52 * pointer type. (See ext/pointer.h) Memory allocation in this example
|
rc_string_base.h | 60 * requires only one allocation. All the ugliness is confined 63 * __rc_string_base::_M_rep(); and the allocation function which gets a 386 // growing each allocation size by only 1 char. Additionally, 397 // overhead per memory allocation (in practice seen N * sizeof
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
strstream | 109 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
extptr_allocator.h | 52 * pointer type. (See ext/pointer.h) Memory allocation in this example
|
rc_string_base.h | 60 * requires only one allocation. All the ugliness is confined 63 * __rc_string_base::_M_rep(); and the allocation function which gets a 386 // growing each allocation size by only 1 char. Additionally, 397 // overhead per memory allocation (in practice seen N * sizeof
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_strstream.h | 85 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
/system/extras/ext4_utils/ |
extent.c | 28 /* Creates data buffers for the first backing_len bytes of a block allocation
|
/dalvik/vm/alloc/ |
HeapSource.cpp | 339 // Should never be asked to increase the allocation beyond the capacity of the space. 460 // Many JDWP requests cause allocation. We can't take the heap lock and wait to 713 * Gets the begining of the allocation for the HeapSource. 879 * This allocation would push us over the soft limit; act as 882 LOGV_HEAP("softLimit of %zd.%03zdMB hit for %zd-byte allocation", 903 * We have exceeded the allocation threshold. Wake up the 969 /* The allocation succeeded. Fix up the ideal size to [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
FastStringBuffer.java | 174 * Construct a FastStringBuffer, with allocation policy as per parameters. 176 * For coding convenience, I've expressed both allocation sizes in terms of 184 * @param initChunkBits Length in characters of the initial allocation 186 * characters.) Later chunks will use larger allocation units, to trade off 187 * allocation speed of large document against storage efficiency of small 250 * Construct a FastStringBuffer, using a default allocation policy. 256 // counts, so actual memory allocation unit is doubled for UTF-16 chars. [all...] |
/external/bison/lib/ |
hash.c | 391 /* Allocation and clean-up. */ 521 fail to grow or shrink as they should. The smallest allocation 857 allocation fails. */ 901 allocation failure that the src table is in a consistent 973 However, for large tables, a guarantee of no further allocation 978 allocation failure mid-transfer. */ [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | 326 /// an allocation above SizeThreshold. 329 /// DefaultSizeThreshold - For any allocation larger than this threshold, we 370 // If this block isn't big enough for the allocation desired, allocate 378 // Select this candidate block for allocation 489 // If this block isn't big enough for the allocation desired, allocate 496 // Select this candidate block for allocation 687 report_fatal_error("Allocation failed when allocating new memory in the" [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 44 // The content of the result register already contains the allocation top in 527 // Allocation support 536 // the allocation top on entry (could be result_end from a previous call to 562 // Undo allocation in new space. The object passed and objects allocated after 564 // object(s) no longer allocated as they would be invalid when allocation is [all...] |
Completed in 1619 milliseconds
<<51525354555657585960>>