Searched refs:__DO_ALLOCATOR (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | allocate.h | 46 #define __DO_ALLOCATOR(type, objsize, objalign, objname, x) \ macro 77 __DO_ALLOCATOR(t, sizeof(t), __alignof__(t), n, x)
|
D | allocate.c | 149 __DO_ALLOCATOR(void, 0, 1, "bytes", bytes);
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.4.rst | 186 * allocate.h: Stop needlessly returning a void value in __DO_ALLOCATOR
|