Searched defs:alloc (Results  1 – 5 of 5) sorted by relevance
| /lib/zstd/compress/ | 
| D | zstd_cwksp.h | 247     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/ | 
| D | overflow_kunit.c | 611 #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
  | 
| D | fortify_kunit.c | 139 #define check_const(_expected, alloc, free)		do {		\  argument 149 #define check_dynamic(_expected, alloc, free)		do {		\  argument
  | 
| D | test_objpool.c | 24 	atomic_long_t alloc;  member 104 	long alloc, free;  in ot_mem_report()  local
  | 
| D | idr.c | 386 	struct ida_bitmap *bitmap, *alloc = NULL;  in ida_alloc_range()  local
  |