HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 926 - 950 of 5138) sorted by null

<<31323334353637383940>>

  /art/runtime/gc/collector/
garbage_collector.h 78 // this is the allocation space, for full GC then we swap the zygote bitmaps too.
  /bionic/libc/bionic/
getcwd.cpp 66 // If we allocated a whole page, only return as large an allocation as necessary.
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSUtils.java 21 import android.renderscript.Allocation;
  /dalvik/vm/
Ddm.h 81 * Gather up recent allocation data and return it in a byte[].
  /dalvik/vm/alloc/
Heap.h 54 * This needs to be called before the first allocation or GC that
  /external/aac/libAACenc/src/
aacEnc_ram.h 148 INT maxChannels; /* used while allocation */
163 /* Dynamic RAM - Allocation */
189 END - Dynamic RAM - Allocation */
192 See further Memory Allocation details in aacEnc_ram.cpp
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreeadaptor.h 59 * memory allocation per node.
  /external/blktrace/
blktrace_api.h 40 __BLK_TA_SLEEPRQ, /* sleeping on rq allocation */
  /external/bluetooth/bluedroid/stack/include/
dyn_mem.h 23 ** The default for GKI is to use static memory allocation for its control
  /external/chromium/base/memory/
linked_ptr_unittest.cc 17 // Class which tracks allocation/deallocation
  /external/chromium/base/
pickle.h 141 // Payload follows after allocation of Header (header size is customizable).
231 // The allocation granularity of the payload.
237 // Allocation size of payload (or -1 if allocation is const).
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc 97 int desired_width = parent->allocation.width;
197 (ltr ? 0 : parent->allocation.width - requisition.width),
199 parent->allocation.height - requisition.height,
327 start_width_ = label_.get()->allocation.width;
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 301 widget->allocation.width - kTwiceDragFrameBorderSize,
302 widget->allocation.height - tab_height -
319 double right_x = widget->allocation.width - offset;
320 double bottom_y = widget->allocation.height - offset;
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_test.js 12 // Tests total allocation count.
  /external/chromium_org/base/allocator/
allocator_shim.cc 98 // If no new_handler is established, the allocation failed.
105 // allocation. If it throws std::bad_alloc, fail the allocation.
309 // Provide optional hook for monitoring allocation quantities on a per-thread
prep_libc.py 7 # This script takes libcmt.lib for VS2005/08/10 and removes the allocation
  /external/chromium_org/base/containers/
stack_container.h 29 // This stack buffer implementation is very simple. The first allocation that
63 // Set when the stack buffer is used for an allocation. We do not track
96 // Actually do the allocation. Use the stack buffer if nobody has used it yet
139 // Make the container use the stack allocation by reserving our buffer size
  /external/chromium_org/base/memory/
aligned_memory.h 22 // Alternatively, a runtime sized aligned allocation can be created:
linked_ptr_unittest.cc 17 // Class which tracks allocation/deallocation
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc 113 GtkAllocation allocation; local
114 gtk_widget_get_allocation(widget, &allocation);
115 alternate_y -= allocation.height;
682 GtkAllocation allocation; local
683 gtk_widget_get_allocation(widget, &allocation);
686 *x += allocation.x;
687 *y += allocation.y;
689 *y += allocation.height;
697 *x += allocation.width - menu_req.width;
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 161 GtkAllocation allocation; local
162 gtk_widget_get_allocation(widget, &allocation);
168 event->x < allocation.width &&
169 event->y < allocation.height) {
  /external/chromium_org/content/browser/download/
download_interrupt_reasons_impl.cc 31 // Memory allocation failed.
  /external/chromium_org/media/filters/
ffmpeg_h264_to_annex_b_bitstream_converter.cc 57 return false; // Memory allocation failure.
  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.h 55 * NOTE: If the allocation fails, the exception will still take place on the
  /external/chromium_org/net/dns/
dns_socket_pool.h 36 // preallocated, allocation requests are satisfied by calling the factory

Completed in 1094 milliseconds

<<31323334353637383940>>