summaryrefslogtreecommitdiff
path: root/src/slab_allocator.cc
Commit message (Expand)AuthorAgeFilesLines
* slab_allocator: remove SlabAllocatorTrevor Norris2013-07-031-127/+0
* buffer: use smalloc as backing data storeTrevor Norris2013-06-181-4/+1
* src: clean up `using` directivesBen Noordhuis2013-06-171-1/+1
* src: pass Isolate to all applicable apiTrevor Norris2013-03-201-6/+6
* bindings: update apiTrevor Norris2013-03-201-5/+5
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-2/+2
* src: pass node_isolate to Null()Ben Noordhuis2013-01-071-1/+1
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-1/+1
* slab_allocator: fix crash in dtor if V8 is deadBen Noordhuis2012-06-051-0/+2
* slab_allocator: fix leak of Persistent handlesShigeki Ohtsu2012-06-051-3/+3
* Slab allocator: don't attempt to shrink a non-bufferBert Belder2012-04-111-1/+2
* core: add reusable slab allocatorBen Noordhuis2012-03-301-0/+127