Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/
Dblock.h117 LIBC_INLINE static Block *from_usable_space(void *usable_space) { in from_usable_space()
121 LIBC_INLINE static const Block *from_usable_space(const void *usable_space) { in from_usable_space()
165 LIBC_INLINE cpp::byte *usable_space() { in usable_space() function
171 LIBC_INLINE const cpp::byte *usable_space() const { in usable_space() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dblock.h143 LIBC_INLINE static Block *from_usable_space(void *usable_space) { in from_usable_space()
147 LIBC_INLINE static const Block *from_usable_space(const void *usable_space) { in from_usable_space()
189 LIBC_INLINE cpp::byte *usable_space() { in usable_space() function
192 LIBC_INLINE const cpp::byte *usable_space() const { in usable_space() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dblock.h143 LIBC_INLINE static Block *from_usable_space(void *usable_space) { in from_usable_space()
147 LIBC_INLINE static const Block *from_usable_space(const void *usable_space) { in from_usable_space()
189 LIBC_INLINE cpp::byte *usable_space() { in usable_space() function
192 LIBC_INLINE const cpp::byte *usable_space() const { in usable_space() function
/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dbasic.h222 BasicBlock<Derived>::FromUsableSpace(Ptr usable_space) { in FromUsableSpace()