Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds