HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 251 - 275 of 13944) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
crtend_so.o 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
crtend_so.o 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
crtend_so.o 
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
crtend_android.o 
  /external/valgrind/main/coregrind/
m_stacks.c 3 /*--- Stack management. m_stacks.c ---*/
44 The stack
46 The stack's segment seems to be dynamically extended downwards by
47 the kernel as the stack pointer moves down. Initially, a 1-page
48 (4k) stack is allocated. When SP moves below that for the first
51 upwards to the current valid stack. It then extends the stack
56 That means that Valgrind can't spot when the stack segment is being
58 update stack permissions around SP, so we need to spot all writes
61 The deal is: when SP is assigned a lower value, the stack is bein
266 Stack* stack = find_stack_by_addr(SP); local
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.pxd 9 from stack cimport node_stack_t
14 cdef node_stack_t *stack
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 9 // A bucket is data structure for heap profiling to store a pair of a stack
13 // A hash value is computed from a stack trace. Collision in the hash table
41 // Allocation and deallocation statistics per each stack trace.
43 // Longest stack trace we record.
46 uintptr_t hash; // Hash value of the stack trace.
47 int depth; // Depth of stack trace.
48 const void** stack; // Stack trace. member in struct:HeapProfileBucket
  /external/valgrind/main/memcheck/tests/
buflen_check.stderr.exp-kfail 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
7 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
55 * Do not attempt to use it directly. @headername{stack}
81 * first-in-last-out %stack behavior.
91 * push, @c pop, and @c top, which are standard %stack/FILO
95 class stack class
105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
129 stack(const _Sequence& __c = _Sequence() function in class:stack
133 stack(const _Sequence& __c) function in class:stack
137 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{stack}
82 * first-in-last-out %stack behavior.
92 * push, @c pop, and @c top, which are standard %stack/FILO
96 class stack class
106 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
110 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
130 stack(const _Sequence& __c = _Sequence() function in class:stack
134 stack(const _Sequence& __c) function in class:stack
138 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{stack}
82 * first-in-last-out %stack behavior.
92 * push, @c pop, and @c top, which are standard %stack/FILO
96 class stack class
106 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
110 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
130 stack(const _Sequence& __c = _Sequence() function in class:stack
134 stack(const _Sequence& __c) function in class:stack
138 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
55 * Do not attempt to use it directly. @headername{stack}
81 * first-in-last-out %stack behavior.
91 * push, @c pop, and @c top, which are standard %stack/FILO
95 class stack class
105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
129 stack(const _Sequence& __c = _Sequence() function in class:stack
133 stack(const _Sequence& __c) function in class:stack
137 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
55 * Do not attempt to use it directly. @headername{stack}
81 * first-in-last-out %stack behavior.
91 * push, @c pop, and @c top, which are standard %stack/FILO
95 class stack class
105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
129 stack(const _Sequence& __c = _Sequence() function in class:stack
133 stack(const _Sequence& __c) function in class:stack
137 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
55 * Do not attempt to use it directly. @headername{stack}
81 * first-in-last-out %stack behavior.
91 * push, @c pop, and @c top, which are standard %stack/FILO
95 class stack class
105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
129 stack(const _Sequence& __c = _Sequence() function in class:stack
133 stack(const _Sequence& __c) function in class:stack
137 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
55 * Do not attempt to use it directly. @headername{stack}
81 * first-in-last-out %stack behavior.
91 * push, @c pop, and @c top, which are standard %stack/FILO
95 class stack class
105 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
109 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
129 stack(const _Sequence& __c = _Sequence() function in class:stack
133 stack(const _Sequence& __c) function in class:stack
137 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{stack}
82 * first-in-last-out %stack behavior.
92 * push, @c pop, and @c top, which are standard %stack/FILO
96 class stack class
106 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
110 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
130 stack(const _Sequence& __c = _Sequence() function in class:stack
134 stack(const _Sequence& __c) function in class:stack
138 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]

Completed in 2101 milliseconds

<<11121314151617181920>>