summaryrefslogtreecommitdiff
path: root/lib/smalloc.js
Commit message (Expand)AuthorAgeFilesLines
* lib: use const to define constantscjihrig2015-01-211-3/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* smalloc: don't allow to dispose typed arraysVladimir Kurchatkin2014-12-091-0/+2
* Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis2014-11-221-0/+2
|\
| * smalloc: check if obj has external dataVladimir Kurchatkin2014-11-051-0/+2
* | lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
|/
* smalloc: update use of ExternalArrayType constantsTrevor Norris2014-10-081-1/+2
* smalloc: check if object has external memoryTrevor Norris2013-11-131-0/+1
* smalloc: allow different external array typesTrevor Norris2013-08-071-7/+34
* smalloc: cleanup checks/conversionsTrevor Norris2013-08-071-3/+3
* smalloc: fix assertion fails/segfaultTrevor Norris2013-08-021-4/+12
* src: Replace macros with util functionsisaacs2013-08-011-3/+4
* lib: macro-ify type checksBen Noordhuis2013-07-241-3/+3
* smalloc: create separate moduleTrevor Norris2013-07-191-0/+53