Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slab_allocator: remove SlabAllocator | Trevor Norris | 2013-07-03 | 1 | -127/+0 |
* | buffer: use smalloc as backing data store | Trevor Norris | 2013-06-18 | 1 | -4/+1 |
* | src: clean up `using` directives | Ben Noordhuis | 2013-06-17 | 1 | -1/+1 |
* | src: pass Isolate to all applicable api | Trevor Norris | 2013-03-20 | 1 | -6/+6 |
* | bindings: update api | Trevor Norris | 2013-03-20 | 1 | -5/+5 |
* | src, test: downgrade to v8 3.14 api | Ben Noordhuis | 2013-02-25 | 1 | -2/+2 |
* | src: pass node_isolate to Null() | Ben Noordhuis | 2013-01-07 | 1 | -1/+1 |
* | src: pass node_isolate to Integer::New | Ben Noordhuis | 2013-01-07 | 1 | -1/+1 |
* | slab_allocator: fix crash in dtor if V8 is dead | Ben Noordhuis | 2012-06-05 | 1 | -0/+2 |
* | slab_allocator: fix leak of Persistent handles | Shigeki Ohtsu | 2012-06-05 | 1 | -3/+3 |
* | Slab allocator: don't attempt to shrink a non-buffer | Bert Belder | 2012-04-11 | 1 | -1/+2 |
* | core: add reusable slab allocator | Ben Noordhuis | 2012-03-30 | 1 | -0/+127 |