OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mc1
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/memcheck/
mc_malloc_wrappers.c
144
MC_Chunk*
mc1
;
local
148
mc1
= freed_list_start[i];
149
VG_(free_queue_volume) -= (Long)
mc1
->szB;
159
freed_list_start[i] =
mc1
->next;
161
mc1
->next = NULL; /* just paranoia */
164
if (MC_AllocCustom !=
mc1
->allockind)
165
VG_(cli_free) ( (void*)(
mc1
->data) );
166
delete_MC_Chunk (
mc1
);
749
const MC_Chunk*
mc1
= *(const MC_Chunk *const *)n1;
local
751
if (
mc1
->data < mc2->data) return -1
[
all
...]
mc_leakcheck.c
251
const MC_Chunk*
mc1
= *(const MC_Chunk *const *)n1;
local
253
if (
mc1
->data < mc2->data) return -1;
254
if (
mc1
->data > mc2->data) return 1;
[
all
...]
Completed in 764 milliseconds