summaryrefslogtreecommitdiff
path: root/src/smalloc.cc
Commit message (Expand)AuthorAgeFilesLines
* src: update use of ExternalArrayType constantsTrevor Norris2014-10-081-3/+3
* smalloc: update use of ExternalArrayType constantsTrevor Norris2014-10-081-9/+9
* smalloc: rework double free bug fixBen Noordhuis2014-05-231-100/+42
* smalloc: prevent double free on dispose()Trevor Norris2014-05-231-1/+2
* buffer: truncate buffer after string decodeFedor Indutny2014-04-111-0/+30
* src: fix up smalloc weak persistent usageBen Noordhuis2014-03-161-82/+151
* src: fix segfaults, fix 32 bits integer negationBen Noordhuis2014-03-161-3/+6
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-18/+27
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-43/+52
* node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* smalloc: check if object has external memoryTrevor Norris2013-11-131-0/+14
* src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-1/+2
* src: add multi-context supportBen Noordhuis2013-09-061-23/+20
* smalloc: consistent-ify syntaxTrevor Norris2013-08-201-5/+5
* smalloc: length is byte size, not array lengthTrevor Norris2013-08-201-7/+7
* smalloc: expose ExternalArraySizeTrevor Norris2013-08-201-1/+1
* smalloc: don't do Has(key), then Get(key)Ben Noordhuis2013-08-151-5/+8
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-2/+2
* smalloc: allow different external array typesTrevor Norris2013-08-071-22/+143
* smalloc: cleanup checks/conversionsTrevor Norris2013-08-071-21/+18
* src: remove non-isolate PersistentToLocal()Ben Noordhuis2013-08-021-1/+1
* smalloc: remove double checksTrevor Norris2013-08-021-5/+2
* src: more lint after cpplint tighteningBen Noordhuis2013-07-311-2/+1
* smalloc: add external to alloc with callbacksTrevor Norris2013-07-241-1/+2
* buffer: slice on zero length bufferTrevor Norris2013-07-221-2/+3
* smalloc: create separate moduleTrevor Norris2013-07-191-14/+36
* smalloc: remove NULL assert checkTrevor Norris2013-07-151-2/+0
* src: cast strong persistent handles to localsBen Noordhuis2013-07-071-3/+3
* smalloc: don't take address of stack varBen Noordhuis2013-07-071-19/+23
* smalloc: call callback if set on AllocDisposeTrevor Norris2013-07-081-6/+31
* smalloc: zero size allocs may need to be free'dTrevor Norris2013-07-081-8/+9
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-38/+30
* smalloc: revert change to use pointer indirectionTrevor Norris2013-07-061-2/+2
* smalloc: fix style, use macroFedor Indutny2013-07-061-15/+10
* smalloc: use malloc instead of newTrevor Norris2013-07-031-5/+8
* smalloc: add api to manually dispose PersistentTrevor Norris2013-06-181-0/+23
* smalloc: initial implementationTrevor Norris2013-06-181-0/+305