Home
last modified time | relevance | path

Searched refs:__DO_ALLOCATOR (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dallocate.h46 #define __DO_ALLOCATOR(type, objsize, objalign, objname, x) \ macro
77 __DO_ALLOCATOR(t, sizeof(t), __alignof__(t), n, x)
Dallocate.c149 __DO_ALLOCATOR(void, 0, 1, "bytes", bytes);
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.rst186 * allocate.h: Stop needlessly returning a void value in __DO_ALLOCATOR