OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allockind
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/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) {
462
if (MC_(clo_free_fill) != -1 && MC_AllocCustom != mc->
allockind
) {
508
if (kind != mc->
allockind
) {
557
if (MC_AllocMalloc != old_mc->
allockind
) {
[
all
...]
mc_include.h
69
MC_AllocKind
allockind
: 2; // Which operation did the allocation.
member in struct:_MC_Chunk
mc_leakcheck.c
705
// ??? could check that ch->
allockind
is MC_AllocNew ???
735
// ??? could check that ch->
allockind
is MC_AllocNewVec ???
766
// ??? could check that ch->
allockind
is MC_AllocNew ???
[
all
...]
Completed in 42 milliseconds