OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allockind
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/memcheck/
mc_malloc_wrappers.c
164
if (MC_AllocCustom != mc1->
allockind
)
196
mc->
allockind
= kind;
236
We handle this case by checking size and
allockind
.
242
|| found_mc->
allockind
!= mc->
allockind
)
253
if (mc->
allockind
== MC_AllocCustom) {
436
if (MC_(clo_free_fill) != -1 && MC_AllocCustom != mc->
allockind
) {
486
if (kind != mc->
allockind
) {
535
if (MC_AllocMalloc != old_mc->
allockind
) {
[
all
...]
mc_leakcheck.c
786
// ??? could check that ch->
allockind
is MC_AllocNew ???
[
all
...]
mc_include.h
69
MC_AllocKind
allockind
: 2; // Which operation did the allocation.
member in struct:_MC_Chunk
/external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h
997
enum
AllocKind
{
1002
Alloc(SExpr *D,
AllocKind
K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1005
AllocKind
kind() const { return static_cast<
AllocKind
>(Flags); }
[
all
...]
Completed in 108 milliseconds