HomeSort by relevance Sort by last modified time
    Searched refs:Memory (Results 26 - 37 of 37) sorted by null

12

  /frameworks/base/docs/html/resources/
resources_toc.cs 47 <li><a href="<?cs var:toroot ?>resources/articles/avoiding-memory-leaks.html">
48 <span class="en">Avoiding Memory Leaks</span>
111 <span class="en">Tracking Memory Allocations</span>
  /frameworks/base/libs/binder/
IMemory.cpp 201 IMPLEMENT_META_INTERFACE(Memory, "android.utils.IMemory");
  /external/v8/src/
builtins.cc 155 Address caller_fp = Memory::Address_at(fp + kCallerOffset);
162 Object* marker = Memory::Object_at(caller_fp + kMarkerOffset);
    [all...]
ic.cc 85 Address fp = Memory::Address_at(entry + ExitFrameConstants::kCallerFPOffset);
92 fp = Memory::Address_at(fp + StandardFrameConstants::kCallerFPOffset);
566 // If we're unable to compute the stub (not enough memory left), we
774 // If we're unable to compute the stub (not enough memory left), we
    [all...]
heap.cc 197 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
198 // for object promotion. It counts only the bytes that the memory
247 PrintF("Memory allocator, used: %8d, available: %8d\n",
544 // Committing memory to from space failed.
549 // Committing memory to from space failed again.
550 // Memory is exhausted and we will die.
587 // Register the amount of external allocated memory.
705 // The front of the queue is higher in memory than the rear.
938 Memory::uint32_at(start_word_address) &= (start_bitmask | end_bitmask);
940 Memory::uint32_at(start_word_address) &= start_bitmask
    [all...]
log.cc 162 sample->function = Memory::Address_at(functionAddr) - kHeapObjectTag;
980 // external memory profiling events (e.g. DOM memory size).
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 64 * - stack_area_base (High end of the memory area to use as
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 60 * - stack_area_base (High end of the memory area to use as
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 72 * - stack_area_base (High end of the memory area to use as
    [all...]
  /external/dropbear/libtommath/
bn.tex 310 \hline MP\_MEM & Heap memory exhausted. \\
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
547 \subsection{Reducing Memory Usage}
549 digits can be removed to return memory to the heap with the mp\_shrink() function.
559 modify in the system (unless you are seriously low on memory).
693 this function can fail if it runs out of heap memory.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 410 have the same prototype and store their keys as naturally as possible. This also removes the need for dynamic memory
426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not allocate memory off the heap so
671 \hline \textbf{TWOFISH\_SMALL} & \textbf{TWOFISH\_TABLES} & \textbf{Speed and Memory (per key)} \\
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 766 milliseconds

12