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

<<11121314151617181920>>

  /external/v8/src/base/platform/
platform-cygwin.cc 53 size_t* allocated,
59 *allocated = msize;
platform-freebsd.cc 60 size_t* allocated,
67 *allocated = msize;
platform-macos.cc 48 // defined tag 255 This helps identify V8-allocated regions in memory analysis
55 size_t* allocated,
66 *allocated = msize;
platform-openbsd.cc 58 size_t* allocated,
65 *allocated = msize;
platform-qnx.cc 109 size_t* allocated,
116 *allocated = msize;
platform-solaris.cc 55 size_t* allocated,
62 *allocated = msize;
  /external/valgrind/cachegrind/tests/
wrap5.stdout.exp 37 allocated 51 Lards
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.stderr.exp 51 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/valgrind/memcheck/tests/
wrap5.stdout.exp 37 allocated 51 Lards
  /prebuilts/go/darwin-x86/misc/cgo/test/
sigaltstack.go 35 // This is OK since we allocated this much space in mpreinit,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cache.go 17 // Storage for DWARF variable locations. Lazily allocated
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
sigstack.go 7 // Test handling of Go-allocated signal stacks when calling from
  /prebuilts/go/darwin-x86/test/
closure.go 110 println("newfunc allocated unexpectedly")
finprofiled.go 24 // As the result, all allocated memory must stay alive.
  /prebuilts/go/linux-x86/misc/cgo/test/
sigaltstack.go 35 // This is OK since we allocated this much space in mpreinit,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cache.go 17 // Storage for DWARF variable locations. Lazily allocated
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
sigstack.go 7 // Test handling of Go-allocated signal stacks when calling from
  /prebuilts/go/linux-x86/test/
closure.go 110 println("newfunc allocated unexpectedly")
finprofiled.go 24 // As the result, all allocated memory must stay alive.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
ldb-r2.s 10 # the small symbols should have space allocated in the sbss section
11 # but this is not yet supported in the assembler, so space is allocated
ldb.s 10 # the small symbols should have space allocated in the sbss section
11 # but this is not yet supported in the assembler, so space is allocated
ldh-r2.s 10 # the small symbols should have space allocated in the sbss section
11 # but this is not yet supported in the assembler, so space is allocated
ldh.s 10 # the small symbols should have space allocated in the sbss section
11 # but this is not yet supported in the assembler, so space is allocated
ldw-r2.s 10 # the small symbols should have space allocated in the sbss section
11 # but this is not yet supported in the assembler, so space is allocated
ldw.s 10 # the small symbols should have space allocated in the sbss section
11 # but this is not yet supported in the assembler, so space is allocated

Completed in 585 milliseconds

<<11121314151617181920>>