HomeSort by relevance Sort by last modified time
    Searched full:clientmem (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/
m_mallocfree.c 174 Bool clientmem; // Allocates in the client address space? member in struct:__anon12441
469 a->clientmem = ( VG_AR_CLIENT == aid ? True : False );
736 if (a->clientmem) {
776 a->clientmem ? "CLIENT" : "VALGRIND", a->name );
968 if (!a->clientmem && is_inuse_block(b)) {
    [all...]

Completed in 126 milliseconds