HomeSort by relevance Sort by last modified time
    Searched full:allocates (Results 1 - 25 of 1324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/114-ParallelGC/
info.txt 1 Imported from oat tests. Allocates and frees objects with multiple threads.
  /external/kernel-headers/original/uapi/linux/
falloc.h 5 #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */
  /external/llvm/test/CodeGen/AArch64/
arm64-inline-asm-zero-reg-error.ll 4 ; The 'z' constraint allocates either xzr or wzr, but obviously an input of 1 is
  /external/chromium_org/base/process/
memory_unittest_mac.h 15 // Allocates memory via system allocators. Alas, they take a _signed_ size for
25 // Allocates a huge Objective C object.
  /external/chromium_org/content/browser/dom_storage/
dom_storage_session.h 26 // Constructs a |DOMStorageSession| and allocates new IDs for it.
30 // to it. Allocates a new non-persistent ID.
35 // |master_dom_storage_session|. Allocates a new non-persistent ID.
48 // |namespace_id_to_clone|. Allocates new IDs for it.
session_storage_namespace_impl.h 21 // Constructs a |SessionStorageNamespaceImpl| and allocates new IDs for it.
28 // |namespace_to_clone|. Allocates new IDs for it.
33 // to it. Allocates a new non-persistent ID.
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
aligned_malloc.h 15 // 1) Allocates block of aligned memory.
30 // Allocates memory of |size| bytes aligned on an |alignment| boundry.
34 // De-allocates memory created using the AlignedMalloc() API.
  /external/valgrind/main/tests/
malloc.h 12 // Allocates a 16-aligned block. Asserts if the allocation fails.
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
low_level_alloc_unittest.cc 146 // used for counting allocates and frees
147 static int32 allocates; variable
153 allocates++;
174 CHECK_EQ(allocates, 0);
177 CHECK_NE(allocates, 0); // default arena calls hooks
181 allocates = 0;
185 CHECK_GT(allocates, 5000); // arena calls hooks
188 CHECK_EQ(allocates, 0); // arena doesn't call hooks
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
low_level_alloc_unittest.cc 146 // used for counting allocates and frees
147 static int32 allocates; variable
153 allocates++;
174 CHECK_EQ(allocates, 0);
177 CHECK_NE(allocates, 0); // default arena calls hooks
181 allocates = 0;
185 CHECK_GT(allocates, 5000); // arena calls hooks
188 CHECK_EQ(allocates, 0); // arena doesn't call hooks
  /external/libnfc-nxp/src/
phHciNfc_WI.h 89 * \brief Allocates the resources required for WI gate management.
91 * This function Allocates necessary resources as requiered by WI gate management
106 * \brief Allocates the resources required for WI gate management.
108 * This function Allocates necessary resources as requiered by WI gate management
126 * \brief Allocates the resources required for WI gate management.
128 * This function Allocates necessary resources as requiered by WI gate management
147 * \brief Allocates the resources required for WI gate management.
149 * This function Allocates necessary resources as requiered by WI gate management
  /external/valgrind/main/perf/
sarp.c 1 // This artificial program allocates and deallocates a lot of large objects
8 // the handling of one frequently-called function that allocates 8348 bytes
  /external/chromium_org/media/base/
data_buffer.h 16 // A simple buffer that takes ownership of the given data pointer or allocates
25 // Allocates buffer of size |buffer_size| >= 0.
92 // Allocates buffer of size |data_size|, copies [data,data+data_size) to
  /external/chromium_org/jingle/notifier/listener/
push_notifications_send_update_task.h 33 // Allocates and constructs an buzz::XmlElement containing the update stanza.
  /external/chromium_org/ppapi/cpp/dev/
memory_dev.h 20 /// A function that allocates memory.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-350434.js 18 // This allocates a heap number, causing a GC, triggering lazy deopt.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Palette.3 22 Each pixel in an 8-bit surface is an index into the \fBcolors\fR field of the \fBSDL_Palette\fR structure store in \fI\fBSDL_PixelFormat\fR\fR\&. A \fBSDL_Palette\fR should never need to be created manually\&. It is automatically created when SDL allocates a \fBSDL_PixelFormat\fR for a surface\&. The colors values of a \fI\fBSDL_Surface\fR\fRs palette can be set with the \fI\fBSDL_SetColors\fP\fR\&.
  /external/valgrind/main/memcheck/tests/linux/
lsframe2.c 3 calls, each of which allocates a 1 M array on the stack. Requires
  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.h 14 * Allocates memory in blocks and parcels out space in the blocks for allocation
32 * Allocates memory. The memory must be freed with release().
  /external/skia/src/gpu/
GrMemoryPool.h 14 * Allocates memory in blocks and parcels out space in the blocks for allocation
32 * Allocates memory. The memory must be freed with release().
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmem.h 80 ** PR_NEW() allocates an untyped item of size _size from the heap.
90 ** PR_NEW() allocates an item of type _struct from the heap.
100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
112 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
123 ** PR_NEWZAP() allocates an item of type _struct from the heap
  /external/bison/lib/
getdtablesize.c 68 The drawback of this loop is that it allocates memory for a libc
74 number of file descriptors. This too allocates memory, but it is
  /external/chromium_org/gpu/command_buffer/common/
id_allocator.h 30 // Allocates a new resource ID.
33 // Allocates an Id starting at or above desired_id.
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 39 // use by testing subclasses. It allocates each interface and releases it once
40 // which means that if a tests allocates additional interfaces from the voice
  /external/android-clat/
netlink_msg.c 49 * allocates a netlink message with the given struct inside of it. returns NULL on failure
78 * allocates a netlink message with a struct ifaddrmsg inside of it. returns NULL on failure
88 * allocates a netlink message with a struct ifinfomsg inside of it. returns NULL on failure
98 * allocates a netlink message with a struct rtmsg inside of it. returns NULL on failure

Completed in 1280 milliseconds

1 2 3 4 5 6 7 8 91011>>