/external/qemu/elff/ |
elf_alloc.h | 26 /* Alignment mask for blocks, allocated with this allocator. */
36 /* Describes a chunk of memory, allocated by ElfAllocator.
43 /* Previous chunk in the chain of chunks allocated by ElfAllocator instance.
45 * allocated chunks in reverse order (relatively to the chunk allocation
46 * sequence). So this field in each chunk references the chunk, allocated
47 * just prior this one. This field contains NULL for the first allocated
90 * simplifying alignment adjustments for the allocated blocks.
92 * Address of allocated block of the requested size on success,
127 * Pointer to the allocated memory on success, or NULL on failure.
132 * Since deleting for chunk-allocated objects is a "no-op", we don't do [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_alloc.h | 26 /* Alignment mask for blocks, allocated with this allocator. */ 36 /* Describes a chunk of memory, allocated by ElfAllocator. 43 /* Previous chunk in the chain of chunks allocated by ElfAllocator instance. 45 * allocated chunks in reverse order (relatively to the chunk allocation 46 * sequence). So this field in each chunk references the chunk, allocated 47 * just prior this one. This field contains NULL for the first allocated 90 * simplifying alignment adjustments for the allocated blocks. 92 * Address of allocated block of the requested size on success, 127 * Pointer to the allocated memory on success, or NULL on failure. 132 * Since deleting for chunk-allocated objects is a "no-op", we don't d [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_test.cc | 86 std::vector<void *> allocated; local 103 allocated.push_back(x); 118 for (uptr i = 0; i < allocated.size(); i++) { 119 void *x = allocated[i]; 125 allocated.clear(); 165 void *allocated[kNumAllocs]; local 169 allocated[i] = x; 175 void *m = a->GetMetaData(allocated[idx]); 179 cache.Deallocate(a, 1 + i % 50, allocated[i]); 337 char *allocated[kNumAllocs] local 428 std::vector<void*> allocated; local 492 void *allocated[kNumAllocs]; local 653 std::vector<void *> allocated; local 701 char *allocated[kNumAllocs]; local 729 char *allocated[kNumAllocs]; local [all...] |
/external/bluetooth/bluedroid/stack/avct/ |
avct_lcb.c | 200 AVCT_TRACE_EVENT3("LCB lcb=%d event=%s state=%s", p_lcb->allocated, avct_lcb_evt_str[event], avct_lcb_st_str[p_lcb->state]); 202 AVCT_TRACE_EVENT3("LCB lcb=%d event=%d state=%d", p_lcb->allocated, event, p_lcb->state); 243 AVCT_TRACE_EVENT3("BCB lcb=%d event=%s state=%s", p_bcb->allocated, avct_lcb_evt_str[event], avct_lcb_st_str[p_bcb->state]); 245 AVCT_TRACE_EVENT3("BCB lcb=%d event=%d state=%d", p_bcb->allocated, event, p_bcb->state); 286 /* if allocated lcb has matching lcb */ 287 if (p_lcb->allocated && (!memcmp(p_lcb->peer_addr, bd_addr, BD_ADDR_LEN))) 311 ** Returns pointer to the lcb, or NULL if none could be allocated. 321 if (!p_lcb->allocated) 323 p_lcb->allocated = (UINT8)(i + 1); 325 AVCT_TRACE_DEBUG1("avct_lcb_alloc %d", p_lcb->allocated); [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.h | 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles 71 \param temp_i pre-allocated space of size max(nr_samples,nr_points) ints 100 /*Pre-allocated space temp_d 103 allocated positions*/ 105 /*Pre-allocated space temp_i 108 allocated positions*/
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.h | 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles 71 \param temp_i pre-allocated space of size max(nr_samples,nr_points) ints 100 /*Pre-allocated space temp_d 103 allocated positions*/ 105 /*Pre-allocated space temp_i 108 allocated positions*/
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.h | 70 \param temp_d pre-allocated space of size 12*nr_samples+10*nr_points doubles 71 \param temp_i pre-allocated space of size max(nr_samples,nr_points) ints 100 /*Pre-allocated space temp_d 103 allocated positions*/ 105 /*Pre-allocated space temp_i 108 allocated positions*/
|
/bionic/libc/include/ |
malloc.h | 44 size_t arena; /* Total number of non-mmapped bytes currently allocated from OS. */ 49 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */ 51 size_t uordblks; /* Total allocated space (normal or mmapped.) */
|
/development/tutorials/MoarRam/jni/ |
baz.c | 50 ALOGW("%d %d-byte blocks allocated so far (just allocated %p)", 78 ALOGW("%d %d-byte blocks allocated so far (just freed %p)",
|
/frameworks/av/libvideoeditor/osal/src/ |
M4PSW_MemoryInterface.c | 37 * @param size (IN): size of allocated block in bytes 39 * @param string (IN): description of the allocated block (null terminated) 40 * @return address of the allocated block, M4OSA_NULL if no memory available
|
/art/runtime/ |
stack_indirect_reference_table.h | 29 // Stack allocated indirect reference table. It can allocated within 31 // storage or manually allocated by SirtRef to hold one reference. 91 // number_of_references_ are available if this is allocated and filled in by jni_compiler.
|
/external/chromium_org/content/test/data/ |
browser_plugin_focus.html | 22 plugin.addEventListener('-internal-instanceid-allocated', function(e) {
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_root_window_host_observer_x11.h | 17 // Called after we receive a MapNotify event (the X11 server has allocated
|
/external/chromium_org/v8/src/ |
regexp-stack.h | 60 // Number of allocated locations on the stack below the limit. 71 // The total size of the memory allocated for the stack. 82 // If passing zero, the default/minimum size buffer is allocated. 97 // Artificial limit used when no memory has been allocated. 100 // Minimal size of allocated stack area. 103 // Maximal size of allocated stack area. 106 // Structure holding the allocated memory, size and limit. 121 // Address of allocated memory. 126 // Address of size of allocated memory.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1178598.js | 31 // with heap-allocated locals for catch variables. 34 // Force the 'e' variable to be heap-allocated 63 // Make sure that heap-allocated locals for catch variables aren't 71 // Force the 'e' variable to be heap-allocated
|
/external/clang/test/CodeGen/ |
2002-02-13-UnnamedLocal.c | 3 /* Testcase for a problem where GCC allocated xqic to a register,
|
/external/v8/src/ |
regexp-stack.h | 60 // Number of allocated locations on the stack below the limit. 71 // The total size of the memory allocated for the stack. 82 // If passing zero, the default/minimum size buffer is allocated. 97 // Artificial limit used when no memory has been allocated. 100 // Minimal size of allocated stack area. 103 // Maximal size of allocated stack area. 106 // Structure holding the allocated memory, size and limit. 121 // Address of allocated memory. 126 // Address of size of allocated memory.
|
/external/v8/test/mjsunit/regress/ |
regress-1178598.js | 31 // with heap-allocated locals for catch variables. 34 // Force the 'e' variable to be heap-allocated 63 // Make sure that heap-allocated locals for catch variables aren't 71 // Force the 'e' variable to be heap-allocated
|
/external/valgrind/main/memcheck/tests/ |
erringfds.stderr.exp | 6 total heap usage: ... allocs, ... frees, ... bytes allocated
|
/external/valgrind/main/memcheck/tests/linux/ |
capget.stderr.exp2 | 10 total heap usage: ... allocs, ... frees, ... bytes allocated
|
lsframe1.stderr.exp | 7 total heap usage: ... allocs, ... frees, ... bytes allocated
|
lsframe2.stderr.exp | 7 total heap usage: ... allocs, ... frees, ... bytes allocated
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
malloc.h | 56 /* Re-allocate the previously allocated block in __ptr, making the new 64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 67 /* Free a block allocated by `calloc'. */ 70 /* Allocate SIZE bytes allocated to ALIGNMENT bytes. */ 94 int arena; /* non-mmapped space allocated from system */ 99 int usmblks; /* maximum total allocated space */ 101 int uordblks; /* total allocated space */ 138 /* Report the number of usable allocated bytes associated with allocated
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
malloc.h | 56 /* Re-allocate the previously allocated block in __ptr, making the new 64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 67 /* Free a block allocated by `calloc'. */ 70 /* Allocate SIZE bytes allocated to ALIGNMENT bytes. */ 94 int arena; /* non-mmapped space allocated from system */ 99 int usmblks; /* maximum total allocated space */ 101 int uordblks; /* total allocated space */ 138 /* Report the number of usable allocated bytes associated with allocated
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
malloc.h | 56 /* Re-allocate the previously allocated block in __ptr, making the new 64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 67 /* Free a block allocated by `calloc'. */ 70 /* Allocate SIZE bytes allocated to ALIGNMENT bytes. */ 94 int arena; /* non-mmapped space allocated from system */ 99 int usmblks; /* maximum total allocated space */ 101 int uordblks; /* total allocated space */ 138 /* Report the number of usable allocated bytes associated with allocated
|