|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@69971
|
7 years |
vboxsync |
iprt/memtracker: Add the caller address to the tracking information.
|
|
|
@69111
|
7 years |
vboxsync |
(C) year
|
|
|
@63531
|
8 years |
vboxsync |
heapoffset.cpp: dropped DECLINLINE from the checked off/ptr conversion …
|
|
|
@62564
|
8 years |
vboxsync |
IPRT: Mark unused parameters.
|
|
|
@62477
|
8 years |
vboxsync |
(C) 2016
|
|
|
@57432
|
9 years |
vboxsync |
iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@56290
|
9 years |
vboxsync |
IPRT: Updated (C) year.
|
|
|
@55256
|
10 years |
vboxsync |
memcache: alloc tuning.
|
|
|
@55253
|
10 years |
vboxsync |
memcache.cpp: Enabled the free list (unused).
|
|
|
@55252
|
10 years |
vboxsync |
memcache.cpp: Fixed problem with the free list (unused).
|
|
|
@48935
|
11 years |
vboxsync |
Runtime: Whitespace and svn:keyword cleanups by scm.
|
|
|
@46257
|
12 years |
vboxsync |
memcache.cpp: Optimization in the growth code. Drop strictness …
|
|
|
@45903
|
12 years |
vboxsync |
memcache.h/.cpp: doc updates
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@41783
|
12 years |
vboxsync |
Doxygen, comment typos.
|
|
|
@40938
|
13 years |
vboxsync |
runtime: backed out r77481,r77482,r77483,r77484,r77485
|
|
|
@40932
|
13 years |
vboxsync |
Runtime: linux 3.4-rc3 build fix [-fpermissive]
|
|
|
@40930
|
13 years |
vboxsync |
linux: build fix 3.4-rc3 [-fpermissive]
|
|
|
@39515
|
13 years |
vboxsync |
*: Use RTLISTANCHOR.
|
|
|
@39080
|
13 years |
vboxsync |
IPRT: Started -Wunused-parameter cleanup.
|
|
|
@37808
|
13 years |
vboxsync |
Runtime/common/alloc/allo.cpp: warning (RTMEM_NO_WRAP_TO_EF_APIS redefined)
|
|
|
@36674
|
14 years |
vboxsync |
nit
|
|
|
@36605
|
14 years |
vboxsync |
iprt/memtracker: try to fix 32bit builds
|
|
|
@36599
|
14 years |
vboxsync |
warning
|
|
|
@36597
|
14 years |
vboxsync |
IPRT: Implemented the memory tracker.
|
|
|
@36190
|
14 years |
vboxsync |
IPRT,Drivers: Committed a modified version of the …
|
|
|
@35525
|
14 years |
vboxsync |
Followup to r69260: Need the size_t redefinition, so include …
|
|
|
@35398
|
14 years |
vboxsync |
re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
|
|
|
@34507
|
14 years |
vboxsync |
IPRT: Visual C++ warnings.
|
|
|
@33278
|
14 years |
vboxsync |
RTMemCache: Fixed a bug in a calculation affect (too) small object …
|
|
|
@32431
|
14 years |
vboxsync |
scm cleanup
|
|
|
@32125
|
14 years |
vboxsync |
iprt/memtracker: hacking in progress.
|
|
|
@31157
|
14 years |
vboxsync |
iprt,++: Tag allocation in all builds with a string, defaulting to …
|
|
|
@30111
|
14 years |
vboxsync |
iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28317
|
15 years |
vboxsync |
RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
|
|
|
@28298
|
15 years |
vboxsync |
iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
|
|
|
@28271
|
15 years |
vboxsync |
IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
|
|
|
@26525
|
15 years |
vboxsync |
Runtime: win.amd64 warnings.
|
|
|
@26452
|
15 years |
vboxsync |
iprt/memcache.h: Some more optimizations and more benchmarks.
|
|
|
@26428
|
15 years |
vboxsync |
build fix.
|
|
|
@26421
|
15 years |
vboxsync |
dbg build fix
|
|
|
@26420
|
15 years |
vboxsync |
memcache: some quick tuning.
|
|
|
@26419
|
15 years |
vboxsync |
tstRTMemCache: Testcase + bug fixes. Works pretty well, but should try …
|
|
|
@26418
|
15 years |
vboxsync |
build fix
|
|
|
@26417
|
15 years |
vboxsync |
build fix
|
|
|
@26416
|
15 years |
vboxsync |
RTMemCache: Initial coding (completely untested).
|
|
|
@26344
|
15 years |
vboxsync |
Runtime: white space cleanup.
|
|
|
@25066
|
15 years |
vboxsync |
rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
|
|
|
@25065
|
15 years |
vboxsync |
rtHeapOffsetAllocBlock: Rewrote the alignment handling so it doesn't …
|
|
|
@25060
|
15 years |
vboxsync |
heapoffset.cpp: stricter assertions.
|
|
|
@25059
|
15 years |
vboxsync |
RTHeapOffset: Initial conversion of RTHeapSimple.
|
|
|
@25055
|
15 years |
vboxsync |
iprt/heap.h: Prototypes an offset based variation of the simple heap. …
|
|
|
@22281
|
15 years |
vboxsync |
IPRT: parentheses
|
|
|
@22273
|
15 years |
vboxsync |
IPRT: Added RTHeapSimpleRelocate for saving and restoring of the heap.
|
|
|
@21337
|
15 years |
vboxsync |
IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
|
|
|
@21292
|
15 years |
vboxsync |
svn:eol-style native
|
|
|
@18603
|
16 years |
vboxsync |
heapsimple.cpp: Just convert to C style, plese, do NOT move comments …
|
|
|
@18561
|
16 years |
vboxsync |
Warnings: move assertion statements for parameters past initial …
|
|
|
@18428
|
16 years |
vboxsync |
heapsimple.cpp: MSC/64 warning.
|
|
|
@14318
|
16 years |
vboxsync |
Fix a couple of words doubled in comments. No code changes.
|
|
|
@13836
|
16 years |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13775
|
16 years |
vboxsync |
EXPORT_SYMBOL after implementation of the function/variable; fixed warning
|
|
|
@11521
|
16 years |
vboxsync |
IN_MODULE only
|
|
|
@11519
|
16 years |
vboxsync |
Linux additions: properly install and compile the kernel modules
|
|
|
@11019
|
16 years |
vboxsync |
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
|
|
|
@8245
|
17 years |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8170
|
17 years |
vboxsync |
Rebranding: replacing more innotek strings.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7169
|
17 years |
vboxsync |
Doxygen fixes.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5605
|
17 years |
vboxsync |
BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
|
|
|
@5410
|
17 years |
vboxsync |
alloc* -> common/alloc
|
|
copied from trunk/src/VBox/Runtime/alloc
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|