代码搜索:mTrace
找到约 51 项符合「mTrace」的源代码
代码结果 51
www.eeworm.com/read/362989/2925835
mtrace
#! /usr/bin/perl
eval "exec /usr/bin/perl -S $0 $*"
if 0;
# Copyright (C) 1997-2002, 2003, 2004 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Ulrich Dre
www.eeworm.com/read/126411/6017615
c mtrace.c
/* More debugging hooks for `malloc'.
Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
Written April 2, 1991 by John Gilmore of Cygnus Support.
Based on mcheck.c by Mike Haertel.
www.eeworm.com/read/126411/6017617
awk mtrace.awk
#
# Awk program to analyze mtrace.c output.
#
$1 == "+" { if (allocated[$2] != "")
print "+", $2, "Alloc", NR, "duplicate:", allocated[$2];
else
allocated[$2] = $3;
}
$1 == "-" { if
www.eeworm.com/read/154848/11923084
c mtrace.c
/* More debugging hooks for `malloc'.
Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
Written April 2, 1991 by John Gilmore of Cygnus Support.
Based on mcheck.c by Mike Ha
www.eeworm.com/read/154848/11923096
awk mtrace.awk
#
# Awk program to analyze mtrace.c output.
#
{
if ($1 == "@") {
where = " (" $2 ")"
n = 3
} else {
where = ""
n = 1
}
if ($n == "+") {
if (allocated[$(n+1)] != "")
www.eeworm.com/read/349092/3147767
map mtrace.map
mtrace
Timestamp is 46f8a60f (Mon Sep 24 23:09:19 2007)
Preferred load address is 10000000
Start Length Name Class
0001:00000000 00001458H .text
www.eeworm.com/read/349092/3147769
h mtrace.h
/*
* @(#)mtrace.h 1.6 05/11/17
*
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are per
www.eeworm.com/read/349092/3147770
c mtrace.c
/*
* @(#)mtrace.c 1.28 05/11/17
*
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are pe
www.eeworm.com/read/349092/3147771
java mtrace.java
/*
* @(#)Mtrace.java 1.3 05/11/17
*
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/302096/3827617
h mtrace.h
/* Format and definitions for the packets used
* by multicast traceroute.
* Include the IGMP header.
*/
struct MTraceHdr {
byte igmp_type;
byte n_hops;
uns16 ig_xsum;
InAddr group