Home | History | Annotate | Download | only in msan

Lines Matching refs:stack

132 // High memory: heap, modules and main thread stack
154 // Main thread stack and DSOs at 0x7f0000000000 (sometimes 0x7e0000000000).
231 void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size);
232 void *MsanReallocate(StackTrace *stack, void *oldp, uptr size,
234 void MsanDeallocate(StackTrace *stack, void *ptr);
252 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp,
255 void ReportUMR(StackTrace *stack, u32 origin);
256 void ReportExpectedUMRNotFound(StackTrace *stack);
267 // Returns a "chained" origin id, pointing to the given stack trace followed by
269 u32 ChainOrigin(u32 id, StackTrace *stack);
274 BufferedStackTrace stack; \
276 GetStackTrace(&stack, common_flags()->malloc_context_size, \
281 BufferedStackTrace stack; \
283 GetStackTrace(&stack, flags()->store_context_size, pc, bp, \
287 BufferedStackTrace stack; \
289 GetStackTrace(&stack, kStackTraceMax, pc, bp, \