Searched
full:allocation (Results
801 -
825 of
3591) sorted by null
<<31323334353637383940>>
/dalvik/vm/alloc/ |
Alloc.h | 47 * Basic allocation function.
|
DdmHeap.cpp | 217 * allocation units used by the chunk and 17 bytes for 241 /* [u1]: size of allocation unit, in bytes */ 250 /* [u4]: length of piece, in allocation units 261 length /= ALLOCATION_UNIT_SIZE; // convert to allocation units
|
HeapBitmap.h | 66 /* The highest pointer value ever returned by an allocation
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_INSTANCE.S | 8 %verify "allocation fails"
|
/dalvik/vm/mterp/mips/ |
OP_NEW_INSTANCE.S | 8 %verify "allocation fails"
|
/dalvik/vm/mterp/x86/ |
OP_NEW_INSTANCE.S | 8 %verify "allocation fails"
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
changes31.dox | 13 /// hence to avoid the remote change that some memory allocation scheme would return
|
/external/bison/lib/ |
hash.h | 86 /* Allocation and clean-up. */
|
/external/bluetooth/bluedroid/hci/src/ |
bt_hw.c | 118 ** allocation
|
/external/ceres-solver/internal/ceres/ |
cxsparse.h | 68 // with Free. May return NULL if the compression or allocation fails.
|
/external/chromium/base/allocator/ |
generic_allocators.cc | 11 // Implement a C++ style allocation, which always calls the new_handler
|
/external/chromium/chrome/browser/ui/gtk/ |
slide_animator_gtk.h | 96 GtkAllocation* allocation,
|
tab_contents_container_gtk.h | 66 GtkFloatingContainer* container, GtkAllocation* allocation,
|
/external/chromium/testing/gtest/test/ |
gtest-linked_ptr_test.cc | 46 // Class which tracks allocation/deallocation
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
portallocator.h | 42 // Clients can override this class to control port allocation, including
|
/external/clang/tools/libclang/ |
CXString.h | 71 /// \brief A string pool used for fast allocation/deallocation of strings.
|
/external/compiler-rt/lib/asan/ |
asan_new_delete.cc | 48 // To make sure that C++ allocation/deallocation operators are overridden on
|
/external/compiler-rt/lib/msan/lit_tests/ |
heap-origin.cc | 27 // CHECK-ORIGINS: Uninitialized value was created by a heap allocation
|
stack-origin.cc | 28 // CHECK-ORIGINS: Uninitialized value was created by an allocation of 'x' in the stack frame of function 'main'
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.cc | 56 // Align allocation size.
|
sanitizer_symbolizer.h | 19 // dynamic tools, and generally should not call memory allocation
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cfg.h | 25 /* you can change how memory allocation works ... */
|
/external/e2fsprogs/lib/blkid/ |
cache.c | 2 * cache.c - allocation/initialization/free routines for cache
|
/external/eigen/doc/ |
C01_TutorialMatrixClass.dox | 95 A default constructor is always available, never performs any dynamic memory allocation, and never initializes the matrix coefficients. You can do: 218 to performance, as it allows Eigen to avoid dynamic memory allocation and to unroll 260 compile time. The biggest reason why you might want to do that is to avoid dynamic memory allocation. 261 For example the following matrix type uses a static array of 12 floats, without dynamic memory allocation:
|
/external/gtest/test/ |
gtest-linked_ptr_test.cc | 46 // Class which tracks allocation/deallocation
|
Completed in 742 milliseconds
<<31323334353637383940>>