Changeset 0941e6 in git for omalloc


Ignore:
Timestamp:
Apr 7, 2021, 9:18:30 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4ecc6fa47a73c3c0cb1cdc30fa5fe0bbe3f15a37
Parents:
c69c1449f9256724d4c9e0ac18c7524a65d69389
Message:
fix: omRealloc0Size for xalloc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/xalloc.h

    rc69c14 r0941e6  
    285285#define omreallocSize(A,OS,NS)   omRealloc(A,NS)
    286286#define omRealloc0Size(A,OS,NS)  omRealloc0(A,NS)
    287 #define omrealloc0Size(A,OS,NS)  omRealloc(A,NS)
     287#define omrealloc0Size(A,OS,NS)  omRealloc0(A,NS)
    288288#define omMarkAsStaticAddr(A)
    289289#define omMemCpyW(A,B,S)         memcpy(A,B,(S)<<2)
Note: See TracChangeset for help on using the changeset viewer.