Home
last modified time | relevance | path

Searched defs:OVERHEAD (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h20 #define OVERHEAD (2*sizeof(size_t)) macro
/third_party/ltp/testcases/realtime/func/sched_latency/
Dsched_latency.c64 #define OVERHEAD 50000 // allow for 50 us of periodic overhead (context switch, etc.) macro
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h32 #define OVERHEAD (sizeof(size_t) + LIST_OVERHEAD) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc_impl.h66 #define OVERHEAD (sizeof(struct chunk)) macro