Main > Free Download Search >

Free debug malloc software for mac

debug malloc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 223
namefix.pl 4.0.1 Beta

namefix.pl 4.0.1 Beta


namefix.pl functions as an effective platform independent batch file renamer. more>>

namefix.pl 4.0.1 Beta functions as an effective platform independent batch file renamer. Aimed at cleaning up media files downloaded from p2p networks. namefix.pl is a software solution with many features to automate the normally tedious job of filename tidying.

Enhancements:

  • Fixed special casing (fn_sp_word) which was ignoring words next to . _ ( ) [ ]
  • Add comments to and corrected debug output for function fn_sp_word
  • Enabled fn_replace for id3 tags - if you dont want it run on tags, process filename first.
<<less
Download (124KB)
Added: 2009-10-25 License: GPL Price: FREE
downloads
Safari AdBlocker 1.1

Safari AdBlocker 1.1


Safari AdBlocker comes to you as the only 64-bit ad blocker built for Mac OS X 10.5+ , which aims at integrating directly into Safari, for minimum disruption to your browsing experience Safari AdBlocker supports the use of AdBlock Plus subscriptions (urls with the prefix abp:) more>>

Safari AdBlocker 1.1 comes to you as the only 64-bit ad blocker built for Mac OS X 10.5+ , which aims at integrating directly into Safari, for minimum disruption to your browsing experience Safari AdBlocker supports the use of AdBlock Plus subscriptions (url's with the prefix "abp:") - and will be updated automatically, each week

Major Features:

  1. Adblock Plus subscription support
  2. Convenient contextual menu to enable/disable
  3. Right-click to block/whitelist url's, images, frames, and Flash
  4. Automatic updating courtesy of Sparkle

Enhancements:

  • Added contextual menu option to enable/disable Safari AdBlocker
  • Added contextual menu option to block url's
  • Added contextual menu item to Whitelist url, image, frame and Flash
  • Added option to update subscription weekly
  • Added option to export filters
  • Changed subscriptions file name to "Subscription.txt"
  • Removed a lot of console debug errors
<<less
Download (711.1KB)
Added: 2009-10-24 License: Freeware Price: Notavailable
downloads
Wireless Grapher 0.6

Wireless Grapher 0.6


A Dashboard widget that graphs the wireless connection of your Airport or Airport Extreme card. Features the ability to update in the background and to control how quick samples are taken more>>

Wireless Grapher 0.6 is a useful software that helps you display the wireless network you are connected to, the channel, and also graphs the connection's RSSI (Recieved signal strength indication) and Noise. A Dashboard widget that graphs the wireless connection of your Airport or Airport Extreme card. Features the ability to update in the background and to control how quick samples are taken. Samples the noise and RSSI of the connection.

Enhancements:

  • Changed location that data is pulled from so the widget will work with 10.6.
  • Rewrote widget using dashboard to make it easier to update and debug.

Requirements:

  • Airport or Airport Extreme card
  • OS 10.5.x or OS 10.6.x with Dashboard.
  • Intel/PPC Computer able to run required software.

<<less
Download (650.8KB)
Added: 2009-09-24 License: Freeware Price: Notavailable
downloads
Fetch Art for iTunes 2.5.4

Fetch Art for iTunes 2.5.4


Fetch Art for iTunes provides you a simple yet effective program that will fetch album art for one or more songs using Amazons XML interface, allow you to preview the art that was found, and add the art you want to iTunes. more>>

Fetch Art for iTunes 2.5.4 provides you a simple yet effective program that will fetch album art for one or more songs using Amazon's XML interface, allow you to preview the art that was found, and add the art you want to iTunes.

The program is controlled through the iTunes Script menu: once it is installed, album art can be downloaded by selecting one or more songs in iTunes and choosing "Fetch Art" from the Script menu. It doesn't require an account to get art and works from any country.

Enhancements:

  • Fixed another installer issue.
  • Improved automated version checking. It should notify you if a new version is available.
  • Removed extraneous debug messages.

Requirements:

  • Mac OS X 10.4 or later
  • iTunes 7.0 or later
  • Intel or PowerPC Macs supported



<<less
Added: 2009-09-15 License: none available Price: Notavailable
downloads
F-Script 2.0

F-Script 2.0


F-Script is such an effective open-source scripting layer which is specifically designed for the Mac OS X object system (i.e. Cocoa). more>>

F-Script 2.0 is such an effective open-source scripting layer which is specifically designed for the Mac OS X object system (i.e. Cocoa). F-Script provides scripting and interactive access to Cocoa frameworks and custom Objective-C objects. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.

Major Features:

  1. The F-Script shell provides an interactive command line interface for manipulating Objective-C objects.
    • Use a fully featured object-oriented shell.
    • Manipulate objects interactively or write scripts.
    • Save and load objects easily.
    • Express complex object manipulations quickly and easily with a high-level programming model.
    • Access the Cocoa frameworks as well as your own Objective-C objects.
  2. The object browser lets you graphically find, explore and manipulate objects.
    • Explore objects and methods.
    • Browse Objective-C instances and Objective-C classes.
    • Quickly locate attributes and methods with the search field.
    • Graphically Invoke methods.
    • Navigate Cocoa bindings.
    • Explore Core Data objects graphs.
    • Select objects on screen with the "Select and browse" magic button.
    • Add custom actions to the browser.
  3. Powerful tools let you inspect objects.
    • Query Core Data interactively.
    • Explore Cocoa collections (arrays, dictionaries, etc.)
    • Edit and run scripts.
    • Inspect Cocoa objects.

Enhancements:

  • Garbage collection
    • New in F-Script 2.0 is a fast, concurrent, generational garbage collector. It was a lot of work to implement. Fortunately, Apple did all of it, as F-Script 2.0 uses the new Objective-C garbage collector. As with Objective-C, when you run F-Script in GC mode you no longer have to manage retain counts and to care for cyclic references. You can still use F-Script in non-GC mode, which is needed if you want to interact with non-GC capable frameworks or libraries. A new option in the F-Script preference panel let you choose your memory management model. Finally, you can embed F-Script in GC or non-GC applications.
    • Garbage collection is performed concurrently, on its own thread. Another notable aspect is that it works both for objects and for raw memory buffers. Actually, for raw memory buffers, you can either use managed or unmanaged memory. F-Script 2.0 lets you use unmanaged memory as usual (i.e., with the malloc: method) and introduces new methods, in the FSPointer class, for dealing with managed memory. Features such as weak references, explicit GC control, etc. are all available from F-Script using the standard methods provided by Cocoa.
  • 64-bit: F-Script 2.0 provides 64-bit support. Benefits include:
    • Very large virtual address space
    • New Objective-C runtime (optimized message dispatching, zero-cost setup model for exceptions, etc.)
    • Ability to load 64-bit frameworks in F-Script and to embed F-Script in 64-bit applications
    • You can still run in 32-bit mode and you can use the F-Script framework in 64-bit and 32-bit applications. The F-Script API itself now exposes both 64-bit and 32-bit capable interfaces, using Cocoa's NSInteger, NSUInteger and CGFloat macros.
  • New object browser: The graphical object browser gains a new look and a number of enhancements. This includes:
    • Introspection of Objective-C 2.0 properties
    • Improved introspection of bindings
    • Direct access to the view hierarchy
    • Visual feedback when selecting graphical components on screen
    • Additional information about standards Cocoa objects
    • And more...
  • Dynamic Cocoa class creation: F-Script 2.0 makes it very easy to dynamically define new classes. At run-time, these dynamically generated classes are regular Cocoa classes that happen to execute F-Script code instead of compiled Objective-C code. They can be used from both F-Script and Objective-C. You can subclass existing Cocoa classes in F-Script and, as in Objective-C, define instance variables, instance methods and class methods. In addition, F-Script also supports defining class instance variables.
  • System-wide scripting: F-Script 2.0 is able to control scriptable applications and graphically browse and interact with the applications scripting interfaces. This major new feature is based on the MAC OS X Scripting Bridge technology. For example, here is how you can connect to iTunes
  • Updated embedding and injecting capabilities: F-Script can be easily embedded into your own applications or dynamically injected at runtime into any running Cocoa application. Embedding is great for adding scripting or interactive object querying/manipulation capabilities to your applications, as well as for implementing parts of your apps with F-Script. Injecting is incredibly powerful when it comes to debugging or exploring the innards of applications. F-Script 2.0 comes with full support for the new plugin model of Interface Builder 3, allowing drag and drop of F-Script graphical components right into your application. F-Script 2.0 also includes a developer version of F-Script Anywhere 2.0, which allows injecting F-Script into any Cocoa application.
  • Refined syntax and class library
    • F-Script is a Smalltalk dialect. As such, its syntax is well suited to the manipulation of Objective-C objects, since Objective-C itself borrowed its messaging syntax from Smalltalk. F-Script 2.0 introduces several syntax refinements, including a handy notation for specifying dictionaries. Here is how an NSMutableDictionary instance with two entries looks like:
    • There are other syntax enhancements including support for Unicode in string literals and a hexadecimal notation for numbers. Besides, the base class library has been refined, with new methods for dealing with collections, new globals for easy access to the standards IO streams, a new facility for comparing objects with the special nil value and some changes in the way test for object equality is performed. It is also worth noting the introduction of a new public class, FSAssociation, which represents associations between two objects, a "key" and a "value", and is primarily used for specifying dictionary entries.
    • If you are not familiar with the F-Script syntax and fundamental elements, the two articles referenced below will get you up to speed in a breeze.
  • Direct access to the latest Mac OS X technologies: F-Script 2.0 lets you directly access a number of the latest Mac OS X frameworks. And other ones are just a simple loading instruction away.
  • New project infrastructure: The source code for F-Script is now available at Github

Requirements: Requires Mac OS X 10.5 or later

<<less
Download (24.5MB)
Added: 2009-08-16 License: Freeware Price: Notavailable
downloads
Get Lyrical 3.2.1

Get Lyrical 3.2.1


Auto-magically add lyrics to songs in iTunes. more>>

Get Lyrical 3.2.1 is considered as a smart and useful video music tool that auto-magically adds lyrics to songs in iTunes 5+ from LyricWiki.org.

You can choose either a selection of tracks, or the current track. Or turn on "Active Tagging" to get lyrics for songs as you play them. You can also browse and edit the lyrics of your iTunes tracks right from Get Lyrical.

Enhancements:

  • Fixed error dealing with apostrophes.
  • Turned off debug mode.
<<less
Added: 2009-07-08 License: Freeware Price:
45 downloads
Apple Xcode 3.1.3

Apple Xcode 3.1.3


Xcode is Apple Computers integrated development environment (IDE) for Mac OS X. The full Xcode package is free to ADC members and includes all the tools you need to create, debug, and optimize your more>> Xcode is Apple Computers integrated development environment (IDE) for Mac OS X. The full Xcode package is free to ADC members and includes all the tools you need to create, debug, and optimize your own Universal applications, targeting both Intel and PowerPC platforms. At the heart of Xcode is a graphical workbench that tightly integrates a syntax-highlighting text editor, a robust build control system, a debugger, and the powerful GCC compiler capable of targeting both Intel and PowerPC regardless of host platform. Xcode is both easy to use, using assistants to create working projects in just minutes, and also powerful enough to build the largest Mac OS X applications. Xcode is bundled with Interface Builder, AppleScript Studio, Java development support, and WebObjects development tools, among many others.
Requirements:
Mac OS X 10.5. ADC Membership (to login for download), which is free at its basic level. Join here.
Enhancements:
Xcode 3.1.3 is an update release of the developer tools for Mac OS X. This release provides additional GCC and LLVM compiler options, general bug fixes, and must be installed on Leopard, Mac OS X 10.5.0 and higher. Xcode defaults to upgrading an existing Xcode installation, but may optionally be installed along side existing Xcode installations. See the accompanying release notes for detailed installation instructions, known issues, and security advisories.
<<less
Download (994.6MB)
Added: 2009-06-21 License: Free Price:
downloads
TTMath 0.8.4

TTMath 0.8.4


A bignum library written in the C++ programming language more>>
TTMath 0.8.4 is a useful software which functions as a bignum library written in the C++ programming language. TTMath provides standard mathematical operations like add, sub, mul, div, pow etc. with the big integer and big floating point numbers.

Enhancements:

  • Fixed: UInt:DivInt() didn't check whether the divisor is zero
  • There was a hardware interruption when the divisor was zero(now the method returns one)
  • Fixed: the problem with GCC optimization on x86_64
  • Sometimes when using -O2 or -O3 GCC doesn't set correctly
  • The stack pointer (actually the stack is used for other things)
  • And you cant use instructions like push/pop in assembler code.
  • All the asm code in x86_64 have been rewritten, now instructions push/pop are not used, other thing which have access to stack (like "m" (mask) constraints in Rcl2 and Rcr2) have also gone away,
  • Now the library works well with -O2 and -O3 and the asm code
  • Is a little faster
  • Added: UInt:PrintLog(const char * msg, std:ostream & output) used (for debugging purposes) by macro TTMATH_LOG(msg)
  • (it is used in nearly all methods in UInt class)
  • Added: macro TTMATH_DEBUG_LOG: when defined then TTMATH_LOG() put some debug information (to std:cout)
  • Added: ttmathuint_x86.h, ttmathuint_x86_64.h, ttmathuint_noasm.h,
  • All the methods which are using assembler code have been rewritten to no-asm forms
<<less
Download (82KB)
Added: 2009-06-14 License: Freeware Price: FREE
12 downloads
Engineering Aid 2.0.7

Engineering Aid 2.0.7


Convert between various engineering units easily more>> Key features:
-Emulates the Apple ][, ][+ and //e
-Supports USB game pad and joystick
-Store a running machine and resume later on
-Full-screen mode
-Epson FX-80 and Imagewriter II emulation
-Many configurable peripheral cards
-Realistic sound effects, including Mockingboard emulation
-Convert original Apple II diskettes
-Index your Apple II disk images
-Debug Apple II programs
Virtual ][ lets you play the old Apple games, because it supports all graphics modes, lets you control the game paddles with a USB game pad or mouse and emulates the internal speaker. When you want to temporarily interrupt gameplay, Virtual ][ allows you to save the entire virtual machine, and continue later on from where you left off.
But Virtual ][ also supports more "serious" software, because it emulates many peripheral devices: floppy disk, hard disk, mouse, serial port, matrix printer, even cassette tape! It also emulates the Z80A processor, allowing you to run the CP/M operating system.
And for the technically inclined: you can configure the machine by "inserting" and "removing" emulated peripheral cards, change the CPU speed, or even install your own emulated character generator ROM. The "Inspector" feature allows you to closely observe the behavior of the emulated machine and debug Apple II programs.
If you have original diskettes and a working Apple II, Virtual ][ can help you convert the diskettes to the Macintosh, even if they are "copy protected".
The program automatically indexes all Apple II disk images on your Mac, so you can find an Apple II file instantly, by entering its name.
You can download an evaluation version and try the program first. If you like the program, you can buy a license and fully enjoy the nostalgic fun of the old Apple ][ computer.
Virtual ][ requires Mac OS X 10.4 or better.
The program comes as a "universal binary", which means it makes optimal use of both PowerPC and Intel Macintoshes.
<<less
Download (2.5MB)
Added: 2009-06-07 License: Freeware Price: FREE
201 downloads
GLibC 2.10.1

GLibC 2.10.1


Free and open source GNU C++ library more>> Free and open source GNU C++ library

GLibC is a C library which defines the "system calls" and other basic facilities such as printf, open, malloc, exit and more.
GLibC follows all relevant standards (ISO C 99, POSIX.1c, POSIX.1j, POSIX.1d, Unix98, Single Unix Specification). It is also internationalized and has one of the most complete internationalization interfaces known.

Enhancements
- Several new interfaces were added.
- Faster strlen(), strchr(), strchrnul(), strrchr(), memchr(), and rawmemchr() functions were implemented for x86-64.
- The malloc implementation... can be compiled to be less memory efficient but with higher performance in multi-threaded programs.
- A compile error for invalid C++ code when using the string function was resolved.
- Support for selecting between multiple function definitions at runtime was added.
- The libcrypt library can now use the hash function implementations in NSS.
- Two new locales were added

<<less
Download (20.3MB)
Added: 2009-05-30 License: GPL Price: FREE
185 downloads
Seldon 5.0

Seldon 5.0


Free and open source C++ library for linear algebra more>> Free and open source C++ library for linear algebra

Seldon provides matrix and vector structures, and some methods and functions for computations (linear algebra). Seldon is designed to be efficient and convenient, which is notably achieved thanks to template classes. Exception handling and several debug levels are helpful while coding.
Seldon provides several types of matrices: sparse matrices, symmetric matrices, full matrices, hermitian matrices and triangular matrices. Each type includes several formats. E.g. symmetric matrices may be stored as full matrices or in packed form (Blas format).

Enhancements
- This version comes a long time after version 4.1, and with many changes. About 40,000 source lines of code were added.

<<less
Download (145KB)
Added: 2009-05-26 License: GPL Price: FREE
188 downloads
jsloggingbyajax Alpha

jsloggingbyajax Alpha


Free framework for logging of Java script errors more>> Free framework for logging of Java script errors

jsloggingbyajax is a free framework for logging of Java script errors,exceptions and debug messages on web server using Ajax.Logs arewritten by Ajax Log processor on web server in XML format, which is called by Java script functions on browser.

System requirements:
- Java

<<less
Download (2KB)
Added: 2009-05-14 License: GPL Price: FREE
201 downloads
DTV2Ser Trans MAC Gui 0.1

DTV2Ser Trans MAC Gui 0.1


A simple OS X GUI for dtv2sertrans. more>> A simple OS X GUI for dtv2sertrans.

DTV2Ser Trans MAC Gui is a simple OS X GUI for dtv2sertrans.

Main features:
- Send/Run/Send and Run.
- You can use the SYS for start your proggy.
- DTV2Ser Trans MAC Gui also offers a windows for debug output.
- Preferences for Enable/Disable Debug Windows and for configure the dtv2sertrans path.
- USB Hardware check.
- AutoUpdate.

<<less
Download (566KB)
Added: 2009-05-13 License: Freeware Price: FREE
200 downloads
Widget Tester 8.2.1

Widget Tester 8.2.1


Free Yahoo! widget tester for your Mac more>> Free Yahoo! widget tester for your Mac

Widget Tester is a free Yahoo! widget that provides a workbench for testing JavaScript code.
Code may be entered into a multi-line text area or by dragging a text string or a text file onto the JS button. Simple commands may be entered directly into the command line. The Widget executes (i.e. evaluates) the code and displays any results in the debug window.
Widget Testert can be used to examine and set global variables, and to execute
expressions and functions.

System requirements:
-

Enhancements
- New dock and security graphics.

<<less
Download (308KB)
Added: 2009-05-10 License: Freeware Price: FREE
201 downloads
flexFarm 0.2.1

flexFarm 0.2.1


Tools to charge and improve ActionScript development more>> Tools to charge and improve ActionScript development

flexFarm is a free and open source project that provides a set of tools to help you charge and improve ActionScript development.
flexFarm include tools to compile and debug actionscript3 projects.

System requirements:
- Ruby

<<less
Download (15KB)
Added: 2009-03-27 License: GPL Price: FREE
187 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5