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

<<31323334353637383940>>

  /external/chromium_org/base/allocator/
win_allocator.cc 52 // original allocation for use with win_heap_memalign_free() later.
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_item_gtk.cc 166 GtkAllocation allocation; local
167 gtk_widget_get_allocation(widget, &allocation);
173 allocation.width, allocation.height);
  /external/chromium_org/content/browser/
browser_process_sub_thread.h 33 // COM library functions other than CoGetMalloc and memory allocation
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container.cc 63 // Report our allocation size during size requisition.
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp.h 72 // response or relay allocation request or response.
  /external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.cc 62 // If allocation fails for some reason, still inform the plugin proxy.
  /external/chromium_org/courgette/third_party/
paged_array.h 43 // allocation fails.
  /external/chromium_org/third_party/WebKit/ManualTests/
array-out-of-memory.html 11 // the array an additional 50% capacity will be allocated, plus the storage object header, taking the size of the allocation over UINT32_MAX.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerManagerTest.cpp 58 // return status quo. Allocation changes that would normally be
116 // Test allocation increase
119 // Test allocation decrease
126 // verify multi-layer allocation tracking
  /external/chromium_org/third_party/leveldatabase/src/util/
arena.cc 14 alloc_ptr_ = NULL; // First allocation will allocate a block
  /external/chromium_org/third_party/lzma_sdk/
Lzma2Dec.h 72 SZ_ERROR_MEM - Memory allocation error
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_context.h 58 * because we don't want to un-bo_ref each allocation every time. This is less
  /external/chromium_org/third_party/sqlite/src/test/
mutex2.test 96 # Mutex allocation works now.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memfs_malloc.cc 75 "Limit total allocation size to the "
79 "abort whenever memfs_malloc fails to satisfy an allocation "
123 // We don't respond to allocation requests smaller than big_page_size_ unless
159 // Test if this allocation would put us over the limit.
  /external/chromium_org/third_party/tcmalloc/vendor/
TODO 5 delete() for every allocation / deallocation.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memfs_malloc.cc 75 "Limit total allocation size to the "
79 "abort() whenever memfs_malloc fails to satisfy an allocation "
123 // We don't respond to allocation requests smaller than big_page_size_ unless
159 // Test if this allocation would put us over the limit.
  /external/chromium_org/tools/traceline/traceline/scripts/
heap.js 55 // Find the largest allocation.
  /external/chromium_org/v8/src/
allocation-inl.h 31 #include "allocation.h"
vm-state.h 31 #include "allocation.h"
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-number.js 29 // Try to get a GC because of a heap number allocation while we
  /external/chromium_org/v8/test/mjsunit/
elements-transition-and-store.js 28 // Flags: --notrack-allocation-sites
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2336.js 31 // GC epilogue and causes enough allocation to trigger a new GC during
regress-524.js 28 // Test allocation of a large number of maps.
regress-crbug-244461.js 29 // Flags: --track-allocation-sites
  /external/chromium_org/v8/test/webkit/
dfg-array-length-dead.js 25 "Tests that an array length access being dead does not result in register allocation failures."

Completed in 1485 milliseconds

<<31323334353637383940>>