Searched refs:standalone (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c454 header_t* standalone = (header_t*)((char*)address + offset); local
455 standalone->left = untag(left);
456 standalone->size = size;
457 return standalone + 1;
/fuchsia/zircon/make/
H A Dengine.mk148 # location of the zircon source tree (i.e. usually . in a standalone build).

Completed in 90 milliseconds