/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
line-map.h | 74 unsigned int allocated; variable
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
line-map.h | 74 unsigned int allocated; variable
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
line-map.h | 74 unsigned int allocated; variable
|
/external/bluetooth/glib/glib/gnulib/ |
vasnprintf.c | 280 size_t allocated; local 286 allocated = *lengthp; 291 allocated = 0; 295 result is either == resultbuf or == NULL or malloc-allocated. 299 if ((needed) > allocated) \ 303 allocated = (allocated > 0 ? 2 * allocated : 12); \ 304 if ((needed) > allocated) \ 305 allocated = (needed); [all...] |
/external/bluetooth/glib/tests/ |
memchunks.c | 91 gulong allocated; /* the number of atoms allocated from this area */ member in struct:_GMemArea 93 gchar mem[MEM_AREA_SIZE]; /* the mem array from which atoms get allocated 247 /* Determine which area this piece of memory is allocated from */ 297 /* Update the number of allocated atoms count. 299 temp_area->allocated += 1; 345 mem_chunk->mem_area->allocated = 0; 354 mem_chunk->mem_area->allocated += 1; 407 temp_area->allocated -= 1; 409 if (temp_area->allocated == 0 [all...] |
/external/dbus/tools/ |
dbus-cleanup-sockets.c | 161 int allocated; local 164 allocated = 2; 165 entries = xmalloc (sizeof (SocketEntry*) * allocated); 184 if (n_entries == allocated) 186 allocated *= 2; 187 entries = xrealloc (entries, sizeof (SocketEntry*) * allocated);
|
/external/e2fsprogs/intl/ |
vasnprintf.c | 142 size_t allocated; local 170 allocated = *lengthp; 175 allocated = 0; 179 result is either == resultbuf or == NULL or malloc-allocated. 182 /* Ensures that allocated >= needed. Aborts through a jump to 185 if ((needed) > allocated) \ 190 allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \ 191 if ((needed) > allocated) \ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.h | 107 Sint32 *XPixels; /* A list of pixels that have been allocated, the size depends on the screen format */ 166 int allocated; member in struct:private_hwdata
|
/external/v8/src/x64/ |
codegen-x64.cc | 142 // Argument backing space is allocated on the stack above 254 Label allocated, new_backing_store, only_change_map, done; local 283 __ bind(&allocated); 324 __ jmp(&allocated);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 519 size_t allocated; 531 b->allocated = MIN_ALLOCATE; 557 size_t alen = b->allocated; 569 b->allocated = alen; 580 if (b->allocated - b->length < n) 601 if (b->allocated - b->length < 1) 515 size_t allocated; member in struct:buffer
|
/system/core/cpio/ |
mkbootfs.c | 280 int allocated = 8; local 284 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry)); 292 if (used >= allocated) { 293 allocated *= 2; 295 canned_config, allocated * sizeof(struct fs_config_entry)); 311 if (used >= allocated) { 312 ++allocated; 314 canned_config, allocated * sizeof(struct fs_config_entry));
|
/system/core/toolbox/ |
schedtop.c | 27 size_t allocated; member in struct:thread_table 51 size_t size = table->allocated; 64 table->allocated = size; 69 if (table->active >= table->allocated)
|
/bootable/recovery/applypatch/ |
imgdiff.c | 427 size_t allocated = 32768; local 429 curr->data = malloc(allocated); 445 strm.avail_out = allocated - curr->len; 448 curr->len = allocated - strm.avail_out; 450 allocated *= 2; 451 curr->data = realloc(curr->data, allocated);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayserver.cc | 199 bool allocated; local 201 remote_addr, socket->GetLocalAddress(&allocated)); 202 ASSERT(allocated); 246 bool allocated; local 248 remote_addr, socket->GetLocalAddress(&allocated)); 249 ASSERT(allocated); 446 bool allocated; local 448 external_sockets_[index]->GetLocalAddress(&allocated); 449 ASSERT(allocated); 495 bool allocated; local [all...] |
/external/llvm/unittests/VMCore/ |
PassManagerTest.cpp | 115 int allocated; member in struct:llvm::__anon9525::PassTestBase 119 EXPECT_EQ(0, allocated); 120 allocated++; 131 PassTestBase() : P(ID), allocated(0) { 139 EXPECT_GT(allocated, 0); 140 allocated--; 159 EXPECT_EQ(0, PassTestBase<P>::allocated); 255 EXPECT_EQ(0, allocated);
|
/external/qemu/ |
qemu-option.c | 368 * Returns a pointer to the first element of dest (or the newly allocated copy) 408 * Returns a pointer to the first element of dest (or the newly allocated copy) 414 QEMUOptionParameter *allocated = NULL; local 425 dest = allocated = append_option_parameters(NULL, list); 458 // Only free the list if it was newly allocated 459 free_option_parameters(allocated);
|
/external/skia/src/core/ |
SkGlyphCache.cpp | 539 size_t allocated = globals.fTotalMemoryUsed + cache->fMemoryUsed; local 541 if (allocated > budgeted) { 542 (void)InternalFreeCache(&globals, allocated - budgeted);
|
/external/srec/portable/src/ |
pmemfixed.c | 50 How is the memory space allocated to the fixed block pools? 62 How is the large memory block from the system allocated? 63 It can be allocated in one of three ways depending on compile time definitions. If you define 64 STATIC_MEMORY_POOL, it's allocated as a static array. If you define RTXC_PARTITION_MEMORY, 65 it's allocated from the HEAP_MAP memory partition. If you don't define anything, it's allocated 140 unsigned int allocated; member in struct:__anon12582 311 /* pHead has already been allocated, statically. Don't need to do anything. */ 486 memStats[ii].allocated++; 493 if (memStats[ii].allocated > memStats[ii].max_alloc [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
ExecutableAllocatorFixedVMPool.cpp | 285 // A block is allocated if either it is fully allocated or contains suballocations. 286 BitField allocated = m_full | m_hasSuballocation; local 295 if (!(allocated & mask)) { 380 // (2) fully allocated as a single allocation (m_full set) 381 // (3) partially allocated through suballocations (m_hasSuballocation set) 382 // (4) fully allocated through suballocations (both bits set) 453 size_t allocated() function in class:JSC::FixedVMPoolAllocator 491 return allocator ? allocator->allocated() : 0; 511 return allocator && (allocator->allocated() > (FixedVMPoolPageTables::size() / 2)) [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_tiled_matrix.c | 50 uint64_t allocated, freed; member in struct:_Ewk_Tile_Matrix::__anon15009::__anon15010 154 * @return newly allocated instance on success, @c NULL on failure. 208 tiles = tm->stats.tiles.allocated - tm->stats.tiles.freed; 209 bytes = tm->stats.bytes.allocated - tm->stats.bytes.freed; 217 tm->stats.tiles.allocated, tm->stats.tiles.freed, tiles, 218 tm->stats.bytes.allocated, tm->stats.bytes.freed, bytes); 223 tm->stats.tiles.allocated, tm->stats.tiles.freed, 224 tm->stats.bytes.allocated, tm->stats.bytes.freed, 229 tm->stats.tiles.allocated, tm->stats.tiles.freed, 230 tm->stats.bytes.allocated, tm->stats.bytes.freed) [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
qosregistry.h | 215 UINT allocated; /* size of heap in use (not free) */
member in struct:QOSRESOURCE_MEMORY
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosregistry.h | 209 UINT allocated; /* size of heap in use (not free) */ member in struct:QOSRESOURCE_MEMORY
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLEScontext.h | 90 allocated(false){}; 95 bool allocated; member in struct:ArrayData
|
/external/checkpolicy/ |
module_compiler.c | 812 int allocated = 0; local 832 allocated = 1; 856 /* Update number of primitives if we allocated one. */ 857 if (allocated) [all...] |
/external/compiler-rt/lib/asan/interception/mach_override/ |
mach_override.c | 368 // o If the reentry island was allocated: 396 // o If the reentry island was allocated: 455 @param island <- The allocated island. 490 int allocated = 0; local 493 while( !err && !allocated && page != last ) { 497 allocated = 1; 507 if( allocated ) 509 else if( !allocated && !err )
|