Searched
full:allocation (Results
1126 -
1150 of
3591) sorted by null
<<41424344454647484950>>
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 255 * as it requires construction of temporary objects that need memory allocation 276 * (of 16 chars when writing this doc) to avoid systematically memory allocation 279 * prefer systematical dynamic allocation turn on this macro.
|
/external/kernel-headers/original/linux/ |
zlib.h | 40 The main changes are to perform all memory allocation in advance. 125 have their offset normalized to zero. The default allocation function 127 requirements and avoid any allocation of 64K objects, at the expense of 195 use default allocation functions. 319 accordingly; otherwise the allocation will be deferred to the first call of 321 use default allocation functions. [all...] |
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.cpp | 1394 GtkAllocation allocation; local 1396 gtk_widget_get_allocation(GTK_WIDGET(containingWindow), &allocation); local [all...] |
/dalvik/vm/compiler/ |
Utility.cpp | 23 /* Allocate the initial memory block for arena-based allocation */ 72 ALOGE("Arena allocation failure");
|
/external/aac/libSBRenc/src/ |
sbr_ram.h | 118 /* Workbuffer RAM - Allocation */ 164 /* Dynamic Memory Allocation */
|
/external/chromium/base/memory/ |
singleton.h | 17 // Overload if you need arguments or another memory allocation function. 123 // singletons having the same memory allocation functions but serving a
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_utils_gtk.cc | 139 int text_width = sender->allocation.width - text_x; 143 text_x, 0, text_width, sender->allocation.height);
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.cc | 217 event->x < widget->allocation.width && 218 event->y < widget->allocation.height) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocOverflowSecurityChecker.cpp | 10 // This checker detects a common memory allocation security flaw. 218 "the computation of the size of the memory allocation may overflow",
|
/external/clang/test/Analysis/ |
keychainAPI.m | 146 // Also, do not report double allocation if first allocation returned an error.
|
/external/jpeg/ |
jmemmac.c | 75 * Memory allocation and freeing are controlled by the MacOS library 115 * This routine computes the total memory space available for allocation.
|
/external/libvpx/libvpx/vpx/ |
vpx_decoder.h | 64 * proper memory allocation. 133 * Memory allocation failed.
|
/external/llvm/lib/CodeGen/ |
MachineCopyPropagation.cpp | 157 " register allocation!"); 248 " register allocation!");
|
TargetRegisterInfo.cpp | 277 // Check that Phys is in the allocation order. We shouldn't heed hints 278 // from VirtReg's register class if they aren't in the allocation order. The
|
/external/openssh/ |
PROTOCOL.certkeys | 246 permit-pty empty Flag indicating that PTY allocation 248 this option PTY allocation will be
|
/external/qemu/distrib/jpeg-6b/ |
jmemmac.c | 75 * Memory allocation and freeing are controlled by the MacOS library 115 * This routine computes the total memory space available for allocation.
|
/external/qemu/memcheck/ |
memcheck.h | 38 // Handlers for memory allocation events, generated by the guest system. 53 * guest_address - Virtual address of allocation descriptor (MallocDesc) that
|
/external/speex/libspeex/ |
bits.c | 43 /* Maximum size of the bit-stream (for fixed-size allocation) */ 89 /* Will do something once the allocation is dynamic */
|
/external/srec/portable/include/ |
phashtable.h | 129 * @param memTag Memory tag to be used for the internal memory allocation 130 * calls. Since this string is used by the memory allocation tag, it is not
|
/external/srec/portable/src/ |
pmemory_ext.c | 97 /* maintain a static list of allocated blocks (didn't want to perform any dynamic allocation). 100 * Calling PortDelete() will check guard words upon de-allocation, but many
|
/external/stlport/src/ |
ios.cpp | 152 if (tmp.first) { // The allocation, if any, succeeded. 169 if (tmp.first) { // The allocation, if any, succeeded.
|
lock_free_slist.h | 30 * It is used for the lock-free node allocation engine. 176 * It is used for the lock-free node allocation engine.
|
/external/v8/src/ |
handles.h | 31 #include "allocation.h" 141 // Prevent heap allocation or illegal handle scopes.
|
/external/valgrind/main/massif/tests/ |
insig.post.exp | 48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/external/webkit/Source/JavaScriptCore/heap/ |
Heap.cpp | 124 m_operationInProgress = Allocation; 411 // To avoid pathological GC churn in large heaps, we set the allocation high
|
Completed in 711 milliseconds
<<41424344454647484950>>