Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 5 of 5) sorted by relevance

/lib/zstd/compress/
Dzstd_cwksp.h247 void* const alloc = (BYTE*)ws->allocStart - bytes; in ZSTD_cwksp_reserve_internal_buffer_space() local
295 void* const alloc = ws->objectEnd; in ZSTD_cwksp_internal_advance_phase() local
326 void* alloc; in ZSTD_cwksp_reserve_internal() local
365 void* alloc; in ZSTD_cwksp_reserve_table() local
401 void* alloc = ws->objectEnd; in ZSTD_cwksp_reserve_object() local
/lib/
Doverflow_kunit.c611 #define alloc010(alloc, arg, sz) alloc(sz, alloc_GFP) argument
612 #define alloc011(alloc, arg, sz) alloc(sz, alloc_GFP, NUMA_NO_NODE) argument
613 #define alloc000(alloc, arg, sz) alloc(sz) argument
614 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument
615 #define alloc110(alloc, arg, sz) alloc(arg, sz, alloc_GFP) argument
674 #define check_allocation_overflow(alloc) do { \ in overflow_allocation_test() argument
Dfortify_kunit.c139 #define check_const(_expected, alloc, free) do { \ argument
149 #define check_dynamic(_expected, alloc, free) do { \ argument
Dtest_objpool.c24 atomic_long_t alloc; member
104 long alloc, free; in ot_mem_report() local
Didr.c386 struct ida_bitmap *bitmap, *alloc = NULL; in ida_alloc_range() local