~ubuntu-branches/ubuntu/karmic/webkit/karmic-proposed

« back to all changes in this revision

Viewing changes to JavaScriptCore/wtf/FastAllocBase.h

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-05-15 18:30:58 UTC
  • mto: (4.4.1 sid) (1.2.2 upstream) (16.1.1 lucid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20090515183058-35m5or0ufm5tutud
Tags: upstream-1.1.7
ImportĀ upstreamĀ versionĀ 1.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
        Internal::NonNullDeleteArrayImpl<T, WTF::HasTrivialDestructor<T>::value>::fastNonNullDeleteArray(p);
395
395
    }
396
396
 
397
 
 
398
397
} // namespace WTF
399
398
 
 
399
using WTF::FastAllocBase;
 
400
using WTF::fastDelete;
 
401
using WTF::fastDeleteArray;
 
402
using WTF::fastNew;
 
403
using WTF::fastNewArray;
 
404
using WTF::fastNonNullDelete;
 
405
using WTF::fastNonNullDeleteArray;
 
406
 
400
407
#endif // FastAllocBase_h