OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocated_at
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/include/
pub_tool_addrinfo.h
154
ExeContext*
allocated_at
; // might be null_ExeContext.
member in struct:_AddrInfo::__anon26780::__anon26783
/external/valgrind/memcheck/
mc_malloc_wrappers.c
267
ExeContext* MC_(
allocated_at
) (MC_Chunk* mc)
function
372
UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(
allocated_at
)(mc));
586
ecu = VG_(get_ECU_from_ExeContext)(MC_(
allocated_at
)(new_mc));
826
VG_(pp_ExeContext)(MC_(
allocated_at
)(chunks[i]));
[
all
...]
mc_include.h
79
ExeContext* MC_(
allocated_at
) (MC_Chunk*);
423
ExeContext*
allocated_at
; // Where they were allocated.
member in struct:_LossRecordKey
Completed in 55 milliseconds