HomeSort by relevance Sort by last modified time
    Searched refs:allocated (Results 26 - 50 of 690) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
basep-5.d 2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
err-bpo2.s 4 # through (without -linker-allocated-gregs).
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-1.d 3 #as: -linker-allocated-gregs
7 # Just a simple linker-allocated GREG with no explicit GREGs.
bpo-12.d 4 #as: -linker-allocated-gregs
9 # symbol. Variant 1: a GREG allocated register.
bpo-12m.d 4 #as: -linker-allocated-gregs
9 # symbol. Variant 1: a GREG allocated register.
bpo-1m.d 3 #as: -linker-allocated-gregs
7 # Just a simple linker-allocated GREG with no explicit GREGs.
bpo-2m.d 4 #as: -linker-allocated-gregs
8 # Just a simple linker-allocated GREG plus one explicit GREG.
bpo-3m.d 4 #as: -linker-allocated-gregs
8 # Just two BPO relocs merged as one linker-allocated GREG.
bpo-4m.d 5 #as: -linker-allocated-gregs
9 # Three GREGs: one explicit, two linker-allocated.
bpo-5m.d 5 #as: -linker-allocated-gregs
9 # Three linker-allocated GREGs: one eliminated.
bpo-6m.d 3 #as: -linker-allocated-gregs
7 # 223 (max) linker-allocated GREGs.
bpo-19.d 3 #as: -linker-allocated-gregs
7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
8 # allocated.
bpo-13.d 4 #as: -linker-allocated-gregs
bpo-13m.d 4 #as: -linker-allocated-gregs
bpo-20.d 3 #as: -linker-allocated-gregs
bpo-20m.d 3 #as: -linker-allocated-gregs
gregbza1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
gregget1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
gregget2.s 1 # Use a symbolic register b, presumably allocated by greg in another file.
gregpsj1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
orph-d-a.d 1 #as: -linker-allocated-gregs
9 # A section that's just allocated (but not writable and no @progbits).
  /toolchain/binutils/binutils-2.27/libiberty/
xmalloc.c 122 size_t allocated; local
125 allocated = (char *) sbrk (0) - first_break;
127 allocated = (char *) sbrk (0) - (char *) &environ;
131 (unsigned long) size, (unsigned long) allocated);
  /external/strace/
dyxlat.c 31 size_t allocated; member in struct:dyxlat
47 dyxlat->allocated = nmemb;
48 dyxlat->xlat = xgrowarray(NULL, &dyxlat->allocated, sizeof(struct xlat));
93 if (dyxlat->used >= dyxlat->allocated)
94 dyxlat->xlat = xgrowarray(dyxlat->xlat, &dyxlat->allocated,
  /external/freetype/src/psaux/
psarrst.c 67 arrstack->allocated = 0;
83 arrstack->allocated = 0;
115 arrstack->allocated = numElements;
145 if ( numElements > arrstack->allocated )
217 if ( arrstack->count == arrstack->allocated )
221 arrstack, arrstack->allocated + arrstack->chunk ) )
  /art/openjdkjvmti/
ti_allocator.h 56 static std::atomic<jlong> allocated; member in class:openjdkjvmti::AllocUtil

Completed in 179 milliseconds

12 3 4 5 6 7 8 91011>>