HomeSort by relevance Sort by last modified time
    Searched refs:allocating (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls128.s 1 ; Just something allocating 128 bytes TLS data.
tls128g.s 1 ; Just something allocating 128 bytes TLS data, with the symbol being global.
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/
FixedShadowMapAllocator.java 50 protected boolean allocating = false; field in class:FixedShadowMapAllocator
77 if (allocating) {
80 allocating = true;
86 if (!allocating) {
89 allocating = false;
94 if (!allocating) {
  /prebuilts/go/darwin-x86/test/
compos.go 23 panic("not allocating & composite literals")
  /prebuilts/go/linux-x86/test/
compos.go 23 panic("not allocating & composite literals")
  /prebuilts/go/darwin-x86/src/runtime/
mem_darwin.go 10 // which prevents us from allocating more stack.
30 // which prevents us from allocating more stack.
mem_bsd.go 12 // which prevents us from allocating more stack.
31 // which prevents us from allocating more stack.
mem_windows.go 22 // which prevents us from allocating more stack.
80 // which prevents us from allocating more stack.
mem_linux.go 52 // prevents us from allocating more stack.
99 // which prevents us from allocating more stack.
softfloat64_test.go 135 // allocating memory to hold the
mcache.go 14 next_sample int32 // trigger heap sample after allocating this many bytes
  /prebuilts/go/linux-x86/src/runtime/
mem_darwin.go 10 // which prevents us from allocating more stack.
30 // which prevents us from allocating more stack.
mem_bsd.go 12 // which prevents us from allocating more stack.
31 // which prevents us from allocating more stack.
mem_windows.go 22 // which prevents us from allocating more stack.
80 // which prevents us from allocating more stack.
mem_linux.go 52 // prevents us from allocating more stack.
99 // which prevents us from allocating more stack.
softfloat64_test.go 135 // allocating memory to hold the
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug320.go 15 // selectrecv before allocating the memory for t,
  /prebuilts/go/linux-x86/test/fixedbugs/
bug320.go 15 // selectrecv before allocating the memory for t,
  /external/selinux/libsemanage/src/
semanage_store.c 993 ERR(sh, "Error allocating space for filenames.");
1076 ERR(sh, "Error allocating space for module information.");
1119 ERR(sh, "Error allocating space for filenames.");
    [all...]
  /external/e2fsprogs/po/
at-expand.pl 72 $msg =~ s/\@A/error allocating/g;
  /external/v8/test/mjsunit/
ensure-growing-store-learns.js 78 // This means we've smoothly transitioned to allocating in large object
  /prebuilts/go/darwin-x86/src/runtime/debug/
heapdump_test.go 55 println("allocating objects")
  /prebuilts/go/linux-x86/src/runtime/debug/
heapdump_test.go 55 println("allocating objects")
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader.go 56 // instead of allocating a new one.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go 126 // without first allocating that structure. If the regexp

Completed in 854 milliseconds

1 2 3 4 5