OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clientmem
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/
m_mallocfree.c
195
Bool
clientmem
; // Allocates in the client address space?
member in struct:__anon30561
549
a->
clientmem
= ( VG_AR_CLIENT == aid ? True : False );
787
if (a->
clientmem
) {
830
a->
clientmem
? "CLIENT" : "VALGRIND", a->name );
848
a->
clientmem
? "CLIENT" : "VALGRIND", a->name );
872
if (a->
clientmem
) {
[
all
...]
Completed in 303 milliseconds