Searched defs:allocated_at (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_addrinfo.h100 ExeContext* allocated_at; // might be null_ExeContext. member in struct:_AddrInfo::__anon32865::__anon32868
/external/valgrind/main/memcheck/
H A Dmc_include.h79 ExeContext* MC_(allocated_at) (MC_Chunk*);
321 ExeContext* allocated_at; // Where they were allocated. member in struct:_LossRecordKey
H A Dmc_malloc_wrappers.c267 ExeContext* MC_(allocated_at) (MC_Chunk* mc) function
399 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc));
608 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc));
848 VG_(pp_ExeContext)(MC_(allocated_at)(chunks[i]));

Completed in 209 milliseconds