OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nomalloc
(Results
1 - 6
of
6
) sorted by null
/external/eigen/test/eigen2/
eigen2_nomalloc.cpp
22
template<typename MatrixType> void
nomalloc
(const MatrixType& m)
function
60
CALL_SUBTEST_1(
nomalloc
(Matrix<float, 1, 1>()) );
61
CALL_SUBTEST_2(
nomalloc
(Matrix4d()) );
62
CALL_SUBTEST_3(
nomalloc
(Matrix<float,32,32>()) );
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
193
if (thr->
nomalloc
) {
194
thr->
nomalloc
= 0; // CHECK calls internal_malloc().
203
if (thr->
nomalloc
) {
204
thr->
nomalloc
= 0; // CHECK calls internal_malloc().
tsan_rtl.cc
286
thr->
nomalloc
++;
294
thr->
nomalloc
--;
tsan_rtl.h
445
int
nomalloc
;
member in struct:__tsan::ThreadState
/external/eigen/test/
nomalloc.cpp
27
template<typename MatrixType> void
nomalloc
(const MatrixType& m)
function
167
CALL_SUBTEST_1(
nomalloc
(Matrix<float, 1, 1>()) );
168
CALL_SUBTEST_2(
nomalloc
(Matrix4d()) );
169
CALL_SUBTEST_3(
nomalloc
(Matrix<float,32,32>()) );
CMakeLists.txt
107
ei_add_test(
nomalloc
)
Completed in 210 milliseconds