Lines Matching refs:stack

253 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack) {  in ReportMallocUsableSizeNotOwned()  argument
255 ErrorMallocUsableSizeNotOwned error(GetCurrentTidOrInvalid(), stack, addr); in ReportMallocUsableSizeNotOwned()
260 BufferedStackTrace *stack) { in ReportSanitizerGetAllocatedSizeNotOwned() argument
262 ErrorSanitizerGetAllocatedSizeNotOwned error(GetCurrentTidOrInvalid(), stack, in ReportSanitizerGetAllocatedSizeNotOwned()
267 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack) { in ReportCallocOverflow() argument
269 ErrorCallocOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportCallocOverflow()
274 BufferedStackTrace *stack) { in ReportReallocArrayOverflow() argument
276 ErrorReallocArrayOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportReallocArrayOverflow()
280 void ReportPvallocOverflow(uptr size, BufferedStackTrace *stack) { in ReportPvallocOverflow() argument
282 ErrorPvallocOverflow error(GetCurrentTidOrInvalid(), stack, size); in ReportPvallocOverflow()
287 BufferedStackTrace *stack) { in ReportInvalidAllocationAlignment() argument
289 ErrorInvalidAllocationAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAllocationAlignment()
295 BufferedStackTrace *stack) { in ReportInvalidAlignedAllocAlignment() argument
297 ErrorInvalidAlignedAllocAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAlignedAllocAlignment()
303 BufferedStackTrace *stack) { in ReportInvalidPosixMemalignAlignment() argument
305 ErrorInvalidPosixMemalignAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidPosixMemalignAlignment()
311 BufferedStackTrace *stack) { in ReportAllocationSizeTooBig() argument
313 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
318 void ReportRssLimitExceeded(BufferedStackTrace *stack) { in ReportRssLimitExceeded() argument
320 ErrorRssLimitExceeded error(GetCurrentTidOrInvalid(), stack); in ReportRssLimitExceeded()
324 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() argument
326 ErrorOutOfMemory error(GetCurrentTidOrInvalid(), stack, requested_size); in ReportOutOfMemory()
333 BufferedStackTrace *stack) { in ReportStringFunctionMemoryRangesOverlap() argument
336 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
342 BufferedStackTrace *stack) { in ReportStringFunctionSizeOverflow() argument
344 ErrorStringFunctionSizeOverflow error(GetCurrentTidOrInvalid(), stack, offset, in ReportStringFunctionSizeOverflow()
351 BufferedStackTrace *stack) { in ReportBadParamsToAnnotateContiguousContainer() argument
354 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); in ReportBadParamsToAnnotateContiguousContainer()
361 BufferedStackTrace *stack) { in ReportBadParamsToAnnotateDoubleEndedContiguousContainer() argument
364 GetCurrentTidOrInvalid(), stack, storage_beg, storage_end, in ReportBadParamsToAnnotateDoubleEndedContiguousContainer()
451 BufferedStackTrace *stack) { in ReportMacMzReallocUnknown() argument
458 stack->Print(); in ReportMacMzReallocUnknown()